You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/capstone/files/capstone-4.0-no-fuzz-tests....

11 lines
367 B

https://github.com/aquynh/capstone/issues/1310
fuzz tests are missing
--- a/Makefile
+++ b/Makefile
@@ -463,3 +463,3 @@ TESTS += test_systemz.static test_x86.static test_xcore.static test_m680x.static
TESTS += test_skipdata test_skipdata.static test_iter.static test_evm.static
-check: $(TESTS) fuzztest fuzzallcorp
+check: $(TESTS) fuzztest # fuzzallcorp
test_%: