aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/Makefile6
-rwxr-xr-xtests/run-tests.sh5
2 files changed, 0 insertions, 11 deletions
diff --git a/tests/Makefile b/tests/Makefile
deleted file mode 100644
index 8cdd8019..00000000
--- a/tests/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-all-tests:
- cd encoding ; make
- cd charset ; make
- cd mailbox ; make
-
diff --git a/tests/run-tests.sh b/tests/run-tests.sh
deleted file mode 100755
index 9a9193d7..00000000
--- a/tests/run-tests.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-cd encoding ; ./run-test.sh ; cd ..
-cd charset ; ./run-test.sh ; cd ..
-cd mailbox ; ./run-test.sh ; cd ..
-