aboutsummaryrefslogtreecommitdiff
path: root/test/test-all.sh
blob: 3cb692caf2c572fbff218fefb744fd406d5be9a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/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