aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-01 09:23:01 +0100
committervanhauser-thc <vh@thc.org>2024-02-01 09:23:01 +0100
commit6e6d91b6b08db7cbcbc1efd0bf7b6f9ed5d85078 (patch)
tree41446ff8d4856d5101bd858de672dca0d5eda2ad
parent123ec5d1361e922201e86fd20016c78900b329b8 (diff)
downloadAFLplusplus-6e6d91b6b08db7cbcbc1efd0bf7b6f9ed5d85078.tar.gz
debug ci
-rwxr-xr-xtest/test-nyx-mode.sh7
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 && {