diff options
author | vanhauser-thc <vh@thc.org> | 2024-02-01 09:23:01 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-02-01 09:23:01 +0100 |
commit | 6e6d91b6b08db7cbcbc1efd0bf7b6f9ed5d85078 (patch) | |
tree | 41446ff8d4856d5101bd858de672dca0d5eda2ad | |
parent | 123ec5d1361e922201e86fd20016c78900b329b8 (diff) | |
download | afl++-6e6d91b6b08db7cbcbc1efd0bf7b6f9ed5d85078.tar.gz |
debug ci
-rwxr-xr-x | test/test-nyx-mode.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/test-nyx-mode.sh b/test/test-nyx-mode.sh index f2d217e9..99267ece 100755 --- a/test/test-nyx-mode.sh +++ b/test/test-nyx-mode.sh @@ -6,9 +6,12 @@ $ECHO "$BLUE[*] Testing: nyx_mode" ls -al ../libnyx.so ../afl-* ../*.so ../afl-cc -h -../afl-clang-fast -h ../afl-clang-fast -v - +echo AFL-CC +AFL_DEBUG=1 ../afl-cc -v -o test-inst ../test-instr.c 2>&1 +echo AFL-CLANG-FAST +AFL_DEBUG=1 ../afl-clang-fast -v -o test-inst ../test-instr.c 2>&1 +ls -l test-instr test -e ../libnyx.so && { ../afl-cc -o test-instr ../test-instr.c > errors 2>&1 test -e test-instr && { |