From c99b2765f7e3496d742c2b265a6f9fe78c4f9e58 Mon Sep 17 00:00:00 2001 From: LKedward Date: Wed, 16 Dec 2020 11:55:27 +0000 Subject: Fix: collision between app and example executables of the same name Use a separate example subdirectory in 'build' to store example executables. --- ci/run_tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/run_tests.sh') diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 7412fba..e32a41e 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -52,6 +52,7 @@ cd ../hello_complex_2 cd ../with_examples "${f_fpm_path}" build +./build/gfortran_debug/example/demo-prog ./build/gfortran_debug/app/demo-prog cd ../auto_discovery_off -- cgit v1.2.3