diff options
Diffstat (limited to 'conformance/findbad')
-rwxr-xr-x | conformance/findbad | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conformance/findbad b/conformance/findbad new file mode 100755 index 0000000..fda5af0 --- /dev/null +++ b/conformance/findbad @@ -0,0 +1,5 @@ +#!/bin/sh +# Find a single nonconforming test + +while ! test "`./dotest $1`"; do echo -n .; done +cat test.in | ./test -clean |