From 9c2352d0d90ecf2a9cb655c1b603a679e4486bc5 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 16 Nov 2009 07:57:33 +0000 Subject: [PATCH] renamed test directory to tests svn: r16800 --- collects/2htdp/info.ss | 2 +- collects/2htdp/{test => tests}/mp.ss | 0 collects/2htdp/{test => tests}/ufo-rename.ss | 0 collects/2htdp/{test => tests}/world0-stops.ss | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename collects/2htdp/{test => tests}/mp.ss (100%) rename collects/2htdp/{test => tests}/ufo-rename.ss (100%) rename collects/2htdp/{test => tests}/world0-stops.ss (100%) diff --git a/collects/2htdp/info.ss b/collects/2htdp/info.ss index d89289ef51..12a13199ab 100644 --- a/collects/2htdp/info.ss +++ b/collects/2htdp/info.ss @@ -4,5 +4,5 @@ (define compile-omit-paths '("hangman-world.ss" "hangman-world-play.ss" - "test" + "tests" "utest")) diff --git a/collects/2htdp/test/mp.ss b/collects/2htdp/tests/mp.ss similarity index 100% rename from collects/2htdp/test/mp.ss rename to collects/2htdp/tests/mp.ss diff --git a/collects/2htdp/test/ufo-rename.ss b/collects/2htdp/tests/ufo-rename.ss similarity index 100% rename from collects/2htdp/test/ufo-rename.ss rename to collects/2htdp/tests/ufo-rename.ss diff --git a/collects/2htdp/test/world0-stops.ss b/collects/2htdp/tests/world0-stops.ss similarity index 100% rename from collects/2htdp/test/world0-stops.ss rename to collects/2htdp/tests/world0-stops.ss