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

set -e -x

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