aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-bignums.sh
diff options
context:
space:
mode:
authorPierre Roux2020-03-31 11:02:10 +0200
committerPierre Roux2020-03-31 11:02:10 +0200
commit028fc41cd8fdff753fd43b5ecbdc0f17ae407cc1 (patch)
tree9d1df79a42dd2517e544cdfec2506c1e518273d6 /dev/ci/ci-bignums.sh
parentea8c40c17c7301158365dde13d3ceeeeffa6c063 (diff)
[ci] Run bignums' tests
Diffstat (limited to 'dev/ci/ci-bignums.sh')
-rwxr-xr-xdev/ci/ci-bignums.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-bignums.sh b/dev/ci/ci-bignums.sh
index 756f54dfbd..a21310cbd5 100755
--- a/dev/ci/ci-bignums.sh
+++ b/dev/ci/ci-bignums.sh
@@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")"
git_download bignums
-( cd "${CI_BUILD_DIR}/bignums" && make && make install)
+( cd "${CI_BUILD_DIR}/bignums" && make && make install && cd tests && make)