aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests.sh')
-rwxr-xr-xtests/run-tests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh
new file mode 100755
index 00000000..9a9193d7
--- /dev/null
+++ b/tests/run-tests.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+cd encoding ; ./run-test.sh ; cd ..
+cd charset ; ./run-test.sh ; cd ..
+cd mailbox ; ./run-test.sh ; cd ..
+