Files
AFLplusplus/test/test-all.sh
2020-08-04 21:57:56 +02:00

24 lines
250 B
Bash
Executable File

#!/bin/sh
. ./test-pre.sh
. ./test-basic.sh
. ./test-llvm.sh
. ./test-llvm-lto.sh
. ./test-gcc-plugin.sh
. ./test-compcov.sh
. ./test-qemu-mode.sh
. ./test-unicorn-mode.sh
. ./test-custom-mutators.sh
. ./test-unittests.sh
. ./test-post.sh