about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-nyx-mode.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test-nyx-mode.sh b/test/test-nyx-mode.sh
index 99267ece..5b63d1b7 100755
--- a/test/test-nyx-mode.sh
+++ b/test/test-nyx-mode.sh
@@ -4,13 +4,11 @@
 
 $ECHO "$BLUE[*] Testing: nyx_mode"
 
+apt-cache search clang|grep -E '^clang-1'
 ls -al ../libnyx.so ../afl-* ../*.so
 ../afl-cc -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