about summary refs log tree commit diff
path: root/test/test-unittests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-unittests.sh')
-rwxr-xr-xtest/test-unittests.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test-unittests.sh b/test/test-unittests.sh
new file mode 100755
index 00000000..f540b5f8
--- /dev/null
+++ b/test/test-unittests.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+. ./test-pre.sh
+
+$ECHO "$BLUE[*] Execution cmocka Unit-Tests $GREY"
+unset AFL_CC
+make -C .. unit || CODE=1 INCOMPLETE=1 :
+
+. ./test-post.sh