diff options
| author | Pierre Roux | 2020-03-31 11:02:10 +0200 |
|---|---|---|
| committer | Pierre Roux | 2020-03-31 11:02:10 +0200 |
| commit | 028fc41cd8fdff753fd43b5ecbdc0f17ae407cc1 (patch) | |
| tree | 9d1df79a42dd2517e544cdfec2506c1e518273d6 /dev/ci | |
| parent | ea8c40c17c7301158365dde13d3ceeeeffa6c063 (diff) | |
[ci] Run bignums' tests
Diffstat (limited to 'dev/ci')
| -rwxr-xr-x | dev/ci/ci-bignums.sh | 2 |
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) |
