diff options
author | Vincent Richard <[email protected]> | 2004-11-07 10:56:14 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-11-07 10:56:14 +0000 |
commit | bac66b24be484ac92fdcc29a216daaff7e7826a2 (patch) | |
tree | dc197ca69b9853141658148f7fed5ec02c9a5d03 | |
parent | Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to "tex... (diff) | |
download | vmime-bac66b24be484ac92fdcc29a216daaff7e7826a2.tar.gz vmime-bac66b24be484ac92fdcc29a216daaff7e7826a2.zip |
Removed files since they are no more used now.
-rw-r--r-- | tests/Makefile | 6 | ||||
-rwxr-xr-x | tests/run-tests.sh | 5 |
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 .. - |