mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-07 07:41:33 +00:00
12 lines
199 B
Bash
Executable File
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
|
|
|