AFLplusplus/test/test-unittests.sh
2020-08-04 21:57:56 +02:00

10 lines
151 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 :
. ./test-post.sh