summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-04-02 10:59:18 -0400
committerSam Anthony <sam@samanthony.xyz>2026-04-02 10:59:18 -0400
commit8bd3d98cb03e0be26084ca94224b8ef4e1e15a71 (patch)
tree9ff7b5ab23901f4a9934ee4e32c5a0c253632c5c /test
parent1343ef5b4c922ed512ae64a86d22970ebff7155d (diff)
downloadmarkov-master.zip
create module, remove fmtHEADmaster
Diffstat (limited to 'test')
-rwxr-xr-xtest6
1 files changed, 5 insertions, 1 deletions
diff --git a/test b/test
index 2ae88b5..d365413 100755
--- a/test
+++ b/test
@@ -1,4 +1,6 @@
-#!/usr/bin/sh
+#!/bin/sh
+
+set -e
# Check boundary conditions with small files. Output should match input.
for f in empty a ab abc abcd; do
@@ -20,3 +22,5 @@ rm out
# Check that the output has a similar ratio of c's and d's to test randomness of
# suffix selection.
./markov <tests/stats | freq -c | awk -f tests/stats.awk
+
+echo ok