summaryrefslogtreecommitdiff
path: root/scripts/build_and_run_tests.sh
blob: 738ef52df14ff818ace7a689b090a03161e35c62 (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -e -x

cmake .. $@
make -j$(nproc) biboumi test_suite
make -j$(nproc) check