aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2022-02-14 19:04:35 +0000
committerGitHub <noreply@github.com>2022-02-14 19:04:35 +0000
commit2c6148e0f9ceafc55da934b8b84299f05a3c030c (patch)
tree0f2c9d40a6410eebee73a4dcf8836cced6b27c0d /test
parent57b5636f5f573f06326fdecd24057a6297a53501 (diff)
parentd2009f179da1ddd83d92666f6395cf72414d1be2 (diff)
downloadfpm-2c6148e0f9ceafc55da934b8b84299f05a3c030c.tar.gz
fpm-2c6148e0f9ceafc55da934b8b84299f05a3c030c.zip
Merge pull request #622 from LKedward/backend-output
Cleanup the backend output
Diffstat (limited to 'test')
-rw-r--r--test/new_test/new_test.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/test/new_test/new_test.f90 b/test/new_test/new_test.f90
index f191015..61cbeb2 100644
--- a/test/new_test/new_test.f90
+++ b/test/new_test/new_test.f90
@@ -1,9 +1,9 @@
program new_test
use,intrinsic :: iso_fortran_env, only : stdin=>input_unit, stdout=>output_unit, stderr=>error_unit
use fpm_filesystem, only : is_dir, list_files, exists, windows_path, join_path, &
- dirname
+ dirname, run
use fpm_strings, only : string_t, operator(.in.)
-use fpm_environment, only : run, get_os_type
+use fpm_environment, only : get_os_type
use fpm_environment, only : OS_UNKNOWN, OS_LINUX, OS_MACOS, OS_CYGWIN, OS_SOLARIS, OS_FREEBSD, OS_OPENBSD, OS_WINDOWS
implicit none
type(string_t), allocatable :: file_names(:)