pkgsrc/devel/tmin/DESCR
wiz 503b18f52e Import tmin-0.05 as devel/tmin.
Tmin is a simple utility meant to make it easy to narrow down
complex test cases produced through fuzzing. It is closely related
to another tool of this type, delta, but meant specifically for
unknown, underspecified, or hard to parse data formats (without
the need to tokenize and re-serialize data), and for easy integration
with external UI automation harnesses.

It also features alphabet normalization to simplify test cases that
could not be shortened.
2014-12-10 20:07:02 +00:00

9 lines
459 B
Text

Tmin is a simple utility meant to make it easy to narrow down
complex test cases produced through fuzzing. It is closely related
to another tool of this type, delta, but meant specifically for
unknown, underspecified, or hard to parse data formats (without
the need to tokenize and re-serialize data), and for easy integration
with external UI automation harnesses.
It also features alphabet normalization to simplify test cases that
could not be shortened.