summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-10-28 19:13:53 +0100
committerFlorent Le Coz <louiz@louiz.org>2015-10-29 02:32:57 +0100
commit3c1889fbd0d7b96aae16f3479ac8aae70a7e15f7 (patch)
tree69c90435a43b906115b34d4542122000571b971e /scripts
parent4e32fe213cccdc6cdc1dcba498fd74b8b97703ea (diff)
downloadbiboumi-3c1889fbd0d7b96aae16f3479ac8aae70a7e15f7.tar.gz
biboumi-3c1889fbd0d7b96aae16f3479ac8aae70a7e15f7.tar.bz2
biboumi-3c1889fbd0d7b96aae16f3479ac8aae70a7e15f7.tar.xz
biboumi-3c1889fbd0d7b96aae16f3479ac8aae70a7e15f7.zip
Use Catch for our test suite
`make check` is also added to compile and run the tests Catch is fetched with cmake automatically into the build directory when needed
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_and_run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_and_run_tests.sh b/scripts/build_and_run_tests.sh
index 69a27fd..738ef52 100755
--- a/scripts/build_and_run_tests.sh
+++ b/scripts/build_and_run_tests.sh
@@ -4,4 +4,4 @@ set -e -x
cmake .. $@
make -j$(nproc) biboumi test_suite
-./test_suite
+make -j$(nproc) check