diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-08-04 21:33:29 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-08-04 21:33:29 +0200 |
commit | 194188fe56f06dfc49aef9066e96bf90bc4fbe71 (patch) | |
tree | 40c93782d003967ed9a9eaad50c5c57dc9073aea /test/test-unittests.sh | |
parent | cc74efa35e190d15533f99a5a99b698e772fbe81 (diff) | |
download | afl++-194188fe56f06dfc49aef9066e96bf90bc4fbe71.tar.gz |
split up testcases
Diffstat (limited to 'test/test-unittests.sh')
-rwxr-xr-x | test/test-unittests.sh | 9 |
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..55afc8b6 --- /dev/null +++ b/test/test-unittests.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +source ./test-pre.sh + +$ECHO "$BLUE[*] Execution cmocka Unit-Tests $GREY" +unset AFL_CC +make -C .. unit || CODE=1 INCOMPLETE=1 : + +source ./test-post.sh |