mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 16:51:34 +00:00
10 lines
151 B
Bash
Executable File
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
|