Files
json/test
Michael Macnair 9e500b49ac Add support for afl-fuzz testing
"make fuzz" creates a simple executable that de-serialises stdin
and re-serialises to stdout.
"make fuzz_testcases" extracts the smaller json test cases into
a testcases directory.

The library can then be fuzzed as follows:
    CC=afl-clang-fast make fuzz
    make fuzz_testcases
    mkdir out
    afl-fuzz -i testcases -o out ./fuzz
2016-02-12 09:35:08 +00:00
..
2015-05-09 16:58:06 +02:00
2015-05-09 13:56:51 +02:00
2015-06-30 00:12:18 +02:00
2015-06-30 00:12:18 +02:00
2015-12-20 15:42:01 +01:00
2016-02-12 09:35:08 +00:00
2016-02-05 22:37:28 +01:00