You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
309 B
29 lines
309 B
#!/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 |