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