about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-01 08:48:35 +0100
committervanhauser-thc <vh@thc.org>2024-02-01 08:48:41 +0100
commit5da5d6e0dfe1e3f8a0068d9289ecc34dd8a7b6af (patch)
treed1160d1d7a1122aaf127d6ab655ea945faf5ab6e /test
parentc33de471208bfe62bfae63fb4c6864c79026a8c0 (diff)
downloadafl++-5da5d6e0dfe1e3f8a0068d9289ecc34dd8a7b6af.tar.gz
debug ci
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-nyx-mode.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-nyx-mode.sh b/test/test-nyx-mode.sh
index 95829828..7cffb321 100755
--- a/test/test-nyx-mode.sh
+++ b/test/test-nyx-mode.sh
@@ -4,6 +4,9 @@
 
 $ECHO "$BLUE[*] Testing: nyx_mode"
 
+env|grep -E 'NYX|AFL'
+ls -al ../libnyx.so
+ls -al ../afl-cc ../*.so
 test -e ../libnyx.so && {
   ../afl-cc -o test-instr ../test-instr.c > errors 2>&1
   test -e test-instr && {