aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorPierre Roux2019-03-16 11:50:49 +0100
committerPierre Roux2019-03-16 11:50:49 +0100
commitc86962592b31082786acd5f6c047b25e8a9df684 (patch)
treecdfc5deba3ad86fc5510a861bfa82af9e86ef007 /dev
parentbeaccf0befcc59178ca59913e63625fa42f6d186 (diff)
Add test-suite to Paramcoq CI
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-paramcoq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-paramcoq.sh b/dev/ci/ci-paramcoq.sh
index c641af2abb..d2e0ee89bf 100755
--- a/dev/ci/ci-paramcoq.sh
+++ b/dev/ci/ci-paramcoq.sh
@@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")"
git_download paramcoq
-( cd "${CI_BUILD_DIR}/paramcoq" && make && make install )
+( cd "${CI_BUILD_DIR}/paramcoq" && make && make install && cd test-suite && make examples)