aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-11-07 10:56:14 +0000
committerVincent Richard <[email protected]>2004-11-07 10:56:14 +0000
commitbac66b24be484ac92fdcc29a216daaff7e7826a2 (patch)
treedc197ca69b9853141658148f7fed5ec02c9a5d03
parentMoved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to "tex... (diff)
downloadvmime-bac66b24be484ac92fdcc29a216daaff7e7826a2.tar.gz
vmime-bac66b24be484ac92fdcc29a216daaff7e7826a2.zip
Removed files since they are no more used now.
-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 ..
-