new test program : roundTripTest
authorYann Collet <cyan@fb.com>
Tue, 4 Sep 2018 23:50:34 +0000 (16:50 -0700)
committerYann Collet <cyan@fb.com>
Tue, 4 Sep 2018 23:50:34 +0000 (16:50 -0700)
commitd2d566097031e5119980eb5ebbfa47023bc33c55
tree4fda25a0c575fcdf9ae90b6d5d338c2f03d4635d
parentc4dbc37b3ce085a05441124fee4a8144dc149b05
new test program : roundTripTest

make a round trip test with arbitrary input file,
generate an `abort()` on error,
to work in tandem with `afl`.

note : currently locked on level 9, to investigate #560.
tests/.gitignore
tests/Makefile
tests/roundTripTest.c [new file with mode: 0644]