aboutsummaryrefslogtreecommitdiff
path: root/test/test-all.sh
blob: 0c189727c5df10817b3f5ecf5280d3fd49ab6a91 (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
#!/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