summaryrefslogtreecommitdiffstats
path: root/tests/roundTripTest.c
Commit message (Collapse)AuthorAgeFilesLines
* clarify yet another time what dual-license meansYann Collet2022-07-041-2/+2
|
* fixed minor type, reported by @mwgameraYann Collet2021-08-061-2/+2
|
* updated license & header datesYann Collet2020-11-251-1/+1
|
* 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.