diff options
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-x | ci/run_tests.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index e8a37e6..59724d5 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -5,8 +5,7 @@ set -ex cd fpm fpm build fpm run -fpm run --args build -./fpm +build/gfortran_debug/app/fpm cd ../test/example_packages/hello_world -../../../fpm/fpm build +../../../fpm/build/gfortran_debug/app/fpm build ./hello_world |