From 88fe1b68e9e0eaec4b35336ed35c7ea44a762204 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 12 Feb 2024 15:02:23 -0800 Subject: Fuzzer: Use a directory for important fuzz testcases (#6297) Users can put files in ./fuzz and they will be fuzzed with high priority. Docs in source and https://github.com/WebAssembly/binaryen/wiki/Fuzzing#helper-scripts --- fuzz/readme.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fuzz/readme.txt (limited to 'fuzz') diff --git a/fuzz/readme.txt b/fuzz/readme.txt new file mode 100644 index 000000000..54df3bd12 --- /dev/null +++ b/fuzz/readme.txt @@ -0,0 +1,3 @@ +The wasm contents of this directory (*.wasm, *.wast, *.wat files) are treated as +important contents by the fuzzer, which will test them with high frequency. This +is useful when you have some local files you want the fuzzer to focus on. -- cgit v1.2.3