mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 08:11:34 +00:00
26 lines
280 B
Bash
Executable File
26 lines
280 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
|