diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2022-02-12 11:16:05 +0000 |
---|---|---|
committer | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2022-02-12 11:16:05 +0000 |
commit | e8c08540a74fed38f14e69dcc2e140e9a8553441 (patch) | |
tree | 77d3f05ad6ec01bb7e97b89ad73929371985fd9d /ci | |
parent | b1b6a7b9bd1d3607dd80d8ba3fd767e88a852855 (diff) | |
parent | 68061db6f86951e9b3f3d553c54da728a9982dbd (diff) | |
download | fpm-e8c08540a74fed38f14e69dcc2e140e9a8553441.tar.gz fpm-e8c08540a74fed38f14e69dcc2e140e9a8553441.zip |
Merge branch 'main' into backend-output
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 ff477e7..9525422 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -98,5 +98,9 @@ pushd c_header_only "$fpm" build popd +pushd c_main +"$fpm" run +popd + # Cleanup rm -rf ./*/build |