aboutsummaryrefslogtreecommitdiff
path: root/test/test-all.sh
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-08-04 21:33:29 +0200
committerDominik Maier <domenukk@gmail.com>2020-08-04 21:33:29 +0200
commit194188fe56f06dfc49aef9066e96bf90bc4fbe71 (patch)
tree40c93782d003967ed9a9eaad50c5c57dc9073aea /test/test-all.sh
parentcc74efa35e190d15533f99a5a99b698e772fbe81 (diff)
downloadAFLplusplus-194188fe56f06dfc49aef9066e96bf90bc4fbe71.tar.gz
split up testcases
Diffstat (limited to 'test/test-all.sh')
-rwxr-xr-xtest/test-all.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/test-all.sh b/test/test-all.sh
new file mode 100755
index 00000000..53251979
--- /dev/null
+++ b/test/test-all.sh
@@ -0,0 +1,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