From bac66b24be484ac92fdcc29a216daaff7e7826a2 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 7 Nov 2004 10:56:14 +0000 Subject: [PATCH] Removed files since they are no more used now. --- tests/Makefile | 6 ------ tests/run-tests.sh | 5 ----- 2 files changed, 11 deletions(-) delete mode 100644 tests/Makefile delete mode 100755 tests/run-tests.sh 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 .. -