From b6b95dcc9d6563666c1358e6800cc9ff064f657c Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Sun, 20 Jun 2021 12:14:18 +0200 Subject: Allow reading version number from file --- ci/run_tests.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ci/run_tests.sh') diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 9db88e8..ff477e7 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -62,6 +62,11 @@ test ! -x ./build/gfortran_*/app/unused test ! -x ./build/gfortran_*/test/unused_test popd +pushd version_file +"$fpm" build +"$fpm" run +popd + pushd with_c "$fpm" build "$fpm" run --target with_c -- cgit v1.2.3