diff options
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-x | ci/run_tests.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index d5d3045..894b1f0 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -73,3 +73,7 @@ cd ../program_with_module cd ../link_external "${f_fpm_path}" build ./build/gfortran_debug/app/link_external + +cd ../link_executable +"${f_fpm_path}" build +./build/gfortran_debug/app/gomp_test |