factor/extra/benchmark/regex-dna/regex-dna-tests.factor

11 lines
347 B
Factor
Raw Normal View History

2008-09-22 03:37:48 -04:00
USING: benchmark.regex-dna io io.files io.encodings.ascii
2008-11-17 21:28:52 -05:00
io.streams.string kernel tools.test splitting ;
2008-09-22 03:37:48 -04:00
IN: benchmark.regex-dna.tests
{ t } [
2008-09-22 03:37:48 -04:00
"resource:extra/benchmark/regex-dna/regex-dna-test-in.txt"
[ regex-dna ] with-string-writer
2008-09-22 03:37:48 -04:00
"resource:extra/benchmark/regex-dna/regex-dna-test-out.txt"
ascii file-contents =
2008-09-22 03:37:48 -04:00
] unit-test