diff options
Diffstat (limited to 'tests/run-tests.sh')
-rwxr-xr-x | tests/run-tests.sh | 5 |
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 .. + |