summaryrefslogtreecommitdiff
path: root/compile_debug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile_debug.sh')
-rwxr-xr-xcompile_debug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_debug.sh b/compile_debug.sh
index 0b21b336..3ea1e039 100755
--- a/compile_debug.sh
+++ b/compile_debug.sh
@@ -32,4 +32,4 @@ cd $DEBUGDIR
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=Debug ../..
-make
+make && make check