diff options
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-x | ci/run_tests.sh | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 59724d5..3033c2a 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -5,7 +5,16 @@ set -ex cd fpm fpm build fpm run +fpm test build/gfortran_debug/app/fpm + cd ../test/example_packages/hello_world ../../../fpm/build/gfortran_debug/app/fpm build -./hello_world +./build/gfortran_debug/app/hello_world + +cd ../hello_complex +../../../fpm/build/gfortran_debug/app/fpm build +./build/gfortran_debug/app/say_Hello +./build/gfortran_debug/app/say_goodbye +./build/gfortran_debug/test/greet_test +./build/gfortran_debug/test/farewell_test
\ No newline at end of file |