summaryrefslogtreecommitdiff
path: root/tools/testall-ward
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testall-ward')
-rwxr-xr-xtools/testall-ward9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/testall-ward b/tools/testall-ward
new file mode 100755
index 0000000..27b912b
--- /dev/null
+++ b/tools/testall-ward
@@ -0,0 +1,9 @@
+#! /bin/bash
+
+i=0
+for file in /home/jsd/Maildir/cur/* ; do
+ ((ii++))
+ echo "**** $ii $file"
+ <$file ./ward -err >/tmp/testall.eml && diff $file /tmp/testall.eml || exit 1
+done
+echo OK