summaryrefslogtreecommitdiffstats
path: root/CIbuild.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xCIbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/CIbuild.sh b/CIbuild.sh
index 0c00a351f..4d8b313a5 100755
--- a/CIbuild.sh
+++ b/CIbuild.sh
@@ -2,5 +2,6 @@
cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1;
make -j 2;
+make -j 2 test;
cd MCServer/;
echo stop | gcov $MCSERVER_PATH;