AFLplusplus/test/test-all.sh
2024-01-30 15:06:34 +01:00

29 lines
309 B
Bash
Executable File

#!/bin/sh
. ./test-pre.sh
. ./test-basic.sh
. ./test-llvm.sh
. ./test-llvm-lto.sh
. ./test-gcc-plugin.sh
. ./test-libextensions.sh
. ./test-qemu-mode.sh
. ./test-frida-mode.sh
. ./test-nyx-mode.sh
. ./test-unicorn-mode.sh
. ./test-custom-mutators.sh
. ./test-unittests.sh
. ./test-post.sh
exit 0