aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.sh
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2022-01-10 08:13:42 +0100
committerGitHub <noreply@github.com>2022-01-10 08:13:42 +0100
commit64ce7b9da5826b3b728d470ae11994c23e234440 (patch)
tree22b9b0c87c4455d2deb47b7f90f4d1d400be441a /ci/run_tests.sh
parent32401f1fa1ed9d42e6a59d988a03fdf6f3fc9716 (diff)
downloadfpm-64ce7b9da5826b3b728d470ae11994c23e234440.tar.gz
fpm-64ce7b9da5826b3b728d470ae11994c23e234440.zip
Respect user provided main-files (#646)
- add example package for C-main
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-xci/run_tests.sh4
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