about summary refs log tree commit diff
path: root/test/test-all.sh
blob: 53251979e92fa3cc5edb1bacc902c775a6206513 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

source ./test-pre.sh

source ./test-basic.sh

source ./test-llvm.sh

source ./test-llvm-lto.sh

source ./test-gcc-plugin.sh

source ./test-compcov.sh

source ./test-qemu-mode.sh

source ./test-unicorn-mode.sh

source ./test-custom-mutators.sh

source ./test-unittests.sh

source ./test-post.sh