diff options
author | hexcoder- <heiko@hexco.de> | 2021-05-03 21:42:04 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-05-03 21:42:04 +0200 |
commit | 361dd6e36185f6ea28db42a462da27f281692074 (patch) | |
tree | 24772402159fbf36c62de62d59329007a72ae288 /test/test-all.sh | |
parent | e2e7f3f0b57a0147e857c2970f37a5211367938e (diff) | |
download | afl++-361dd6e36185f6ea28db42a462da27f281692074.tar.gz |
add new test for frida_mode (please review)
Diffstat (limited to 'test/test-all.sh')
-rwxr-xr-x | test/test-all.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-all.sh b/test/test-all.sh index 8df4bef9..0c189727 100755 --- a/test/test-all.sh +++ b/test/test-all.sh @@ -14,6 +14,8 @@ . ./test-qemu-mode.sh +. ./test-frida-mode.sh + . ./test-unicorn-mode.sh . ./test-custom-mutators.sh |