summaryrefslogtreecommitdiffstats
path: root/tests/roundTripTest.c
Commit message (Collapse)AuthorAgeFilesLines
* made roundTripTest fully generalYann Collet2018-09-051-28/+73
| | | | no longer "locked" on level 9
* fix minor cast warning for C++ compilationYann Collet2018-09-051-3/+3
|
* new test program : roundTripTestYann Collet2018-09-041-0/+203
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.