Commit graph

5 commits

Author SHA1 Message Date
Ruud van Asseldonk
82cf536c6f Add documentation about the grammars and testing 2024-08-02 23:12:18 +02:00
Ruud van Asseldonk
f6bf7ae7e9 Document some of the fuzz properties in the docs 2024-07-03 20:03:36 +02:00
Ruud van Asseldonk
0add600279 Rename main fuzzer to "fuzz_source"
So now I have the two primary ones, "fuzz_source" and "fuzz_smith". Now
I just need to make something to feed the outputs of the smith into the
fuzz_source corpus.
2024-04-27 14:11:03 +02:00
Ruud van Asseldonk
8460a14f2e Rename all fuzzers to have fuzz_ prefix
I have this "smith" fuzzer now, but I also want to have a "smith" tool
to inspect the corpus, having two similar binaries is confusing, and
also having files with the same name is confusing in editors that don't
show the full path. So rename all fuzz binaries to start with fuzz_.
2024-04-22 23:56:26 +02:00
Ruud van Asseldonk
54be7979c0 Write docs about how RCL is tested 2023-09-24 22:52:35 +02:00