about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-01 09:06:34 +0100
committervanhauser-thc <vh@thc.org>2024-02-01 09:06:34 +0100
commit123ec5d1361e922201e86fd20016c78900b329b8 (patch)
tree6ac85240b50c8e4b5fb2982aa9b560a9dc251c6f /test
parent5da5d6e0dfe1e3f8a0068d9289ecc34dd8a7b6af (diff)
downloadafl++-123ec5d1361e922201e86fd20016c78900b329b8.tar.gz
debug ci
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-nyx-mode.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/test-nyx-mode.sh b/test/test-nyx-mode.sh
index 7cffb321..f2d217e9 100755
--- a/test/test-nyx-mode.sh
+++ b/test/test-nyx-mode.sh
@@ -4,9 +4,11 @@
 
 $ECHO "$BLUE[*] Testing: nyx_mode"
 
-env|grep -E 'NYX|AFL'
-ls -al ../libnyx.so
-ls -al ../afl-cc ../*.so
+ls -al ../libnyx.so ../afl-* ../*.so
+../afl-cc -h
+../afl-clang-fast -h
+../afl-clang-fast -v
+
 test -e ../libnyx.so && {
   ../afl-cc -o test-instr ../test-instr.c > errors 2>&1
   test -e test-instr && {