1#!/bin/sh 2 3. ./test-pre.sh 4 5. ./test-basic.sh 6 7. ./test-llvm.sh 8 9. ./test-llvm-lto.sh 10 11. ./test-gcc-plugin.sh 12 13. ./test-libextensions.sh 14 15. ./test-qemu-mode.sh 16 17. ./test-frida-mode.sh 18 19. ./test-nyx-mode.sh 20 21. ./test-unicorn-mode.sh 22 23. ./test-custom-mutators.sh 24 25. ./test-unittests.sh 26 27. ./test-post.sh 28 29exit 0