diff options
Diffstat (limited to 'ci')
-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 625f37b..d5d3045 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -69,3 +69,7 @@ cd ../submodules cd ../program_with_module "${f_fpm_path}" build ./build/gfortran_debug/app/Program_with_module + +cd ../link_external +"${f_fpm_path}" build +./build/gfortran_debug/app/link_external |