Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made roundTripTest fully general | Yann Collet | 2018-09-05 | 1 | -28/+73 |
| | | | | no longer "locked" on level 9 | ||||
* | fix minor cast warning for C++ compilation | Yann Collet | 2018-09-05 | 1 | -3/+3 |
| | |||||
* | new test program : roundTripTest | Yann Collet | 2018-09-04 | 1 | -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. |