From c86962592b31082786acd5f6c047b25e8a9df684 Mon Sep 17 00:00:00 2001 From: Pierre Roux Date: Sat, 16 Mar 2019 11:50:49 +0100 Subject: Add test-suite to Paramcoq CI --- dev/ci/ci-paramcoq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') 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) -- cgit v1.2.3