From 75f8eda5115f3f5160d8aeda63f72d7c852684f7 Mon Sep 17 00:00:00 2001 From: LKedward Date: Sat, 5 Dec 2020 16:53:46 +0000 Subject: Update tests: to include run and test commands --- ci/run_tests.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ci/run_tests.sh') diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 3588012..85484e5 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -23,6 +23,7 @@ rm -rf ./*/build cd hello_world "${f_fpm_path}" build ./build/gfortran_debug/app/hello_world +"${f_fpm_path}" run cd ../hello_fpm "${f_fpm_path}" build @@ -36,6 +37,7 @@ cd ../circular_example cd ../hello_complex "${f_fpm_path}" build +"${f_fpm_path}" test ./build/gfortran_debug/app/say_Hello ./build/gfortran_debug/app/say_goodbye ./build/gfortran_debug/test/greet_test -- cgit v1.2.3