aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLKedward <laurence.kedward@bristol.ac.uk>2020-09-02 12:17:47 +0100
committerLKedward <laurence.kedward@bristol.ac.uk>2020-09-02 12:17:47 +0100
commitf85f291ba5ebd66bbb258e2dc859f4dcc95017c5 (patch)
tree17a42dbb0a97c54f64c3967a42f4ee3c92a34b12
parentd8afa4d3b5dc633b49ea4e84fdd5d11fee2fa760 (diff)
downloadfpm-f85f291ba5ebd66bbb258e2dc859f4dcc95017c5.tar.gz
fpm-f85f291ba5ebd66bbb258e2dc859f4dcc95017c5.zip
Update: fortran fpm test script.
-rwxr-xr-xci/run_tests.bat2
-rwxr-xr-xci/run_tests.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/run_tests.bat b/ci/run_tests.bat
index 99d0296..482cf79 100755
--- a/ci/run_tests.bat
+++ b/ci/run_tests.bat
@@ -18,5 +18,5 @@ if errorlevel 1 exit 1
..\..\..\fpm\build\gfortran_debug\app\fpm build
if errorlevel 1 exit 1
-.\hello_world
+.\build\gfortran_debug\hello_world
if errorlevel 1 exit 1
diff --git a/ci/run_tests.sh b/ci/run_tests.sh
index 59724d5..e046910 100755
--- a/ci/run_tests.sh
+++ b/ci/run_tests.sh
@@ -8,4 +8,4 @@ fpm run
build/gfortran_debug/app/fpm
cd ../test/example_packages/hello_world
../../../fpm/build/gfortran_debug/app/fpm build
-./hello_world
+./build/gfortran_debug/hello_world