Files
AFLplusplus/test/test-all.sh
vanhauser-thc 478f0bbc1e ci test
2023-03-21 16:23:51 +01:00

27 lines
287 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-unicorn-mode.sh
. ./test-custom-mutators.sh
. ./test-unittests.sh
. ./test-post.sh
exit 0