AFLplusplus/test/test-unittests.sh
2020-09-10 16:41:40 +02:00

12 lines
199 B
Bash
Executable File

#!/bin/sh
. ./test-pre.sh
$ECHO "$BLUE[*] Execution cmocka Unit-Tests $GREY"
unset AFL_CC
make -C .. unit || CODE=1 INCOMPLETE=1 :
rm -rf unittests/unit_hash unittests/unit_rand
. ./test-post.sh