diff options
Diffstat (limited to 'scripts/build_and_run_tests.sh')
-rwxr-xr-x | scripts/build_and_run_tests.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/build_and_run_tests.sh b/scripts/build_and_run_tests.sh new file mode 100755 index 0000000..69a27fd --- /dev/null +++ b/scripts/build_and_run_tests.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e -x + +cmake .. $@ +make -j$(nproc) biboumi test_suite +./test_suite |