diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2021-06-23 11:02:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 11:02:14 +0100 |
commit | d693d685d033c0da9c24686d61fdf6ede2caa7e4 (patch) | |
tree | e8b8640efe12ac729851f2992e6243658b5922de /ci/run_tests.sh | |
parent | 0372313a91263789c843623fca0aab9a4e340e19 (diff) | |
parent | 63288a62ceeb20c53ba656b89c0f7c709ad9dbaa (diff) | |
download | fpm-d693d685d033c0da9c24686d61fdf6ede2caa7e4.tar.gz fpm-d693d685d033c0da9c24686d61fdf6ede2caa7e4.zip |
Merge pull request #500 from awvwgk/version-file
Allow reading version number from file
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-x | ci/run_tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 |