From 3c1889fbd0d7b96aae16f3479ac8aae70a7e15f7 Mon Sep 17 00:00:00 2001
From: Florent Le Coz <louiz@louiz.org>
Date: Wed, 28 Oct 2015 19:13:53 +0100
Subject: 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
---
 scripts/build_and_run_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'scripts')

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
-- 
cgit v1.2.3