diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,4 +9,10 @@ for f in empty a ab abc abcd; do exit 1 fi done +rm out + +# Check that all words, pairs, and triples in output are in original. +orig=tests/psalms +./markov <$orig > out +awk -f tests/match.awk $orig out rm out
\ No newline at end of file |