From 7d4e79e56b37f10e7697a93526855f8c470041b2 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Thu, 5 Oct 2006 12:52:40 +0000 Subject: [PATCH] Move testcases into their own directory, and give them better names --- fco/Makefile | 2 +- fco/{test6.occ => testcases/allsyntax.occ} | 0 fco/{test7.occ => testcases/altguards.occ} | 0 fco/{test-ambiguous.occ => testcases/ambiguous.occ} | 0 fco/{test2.occ => testcases/ats1-q7.occ} | 0 fco/{test3.occ => testcases/commstime.occ} | 0 fco/{test5.occ => testcases/expressions.occ} | 0 fco/{test1.occ => testcases/graphicsplex.occ} | 0 fco/{test4.occ => testcases/hi.occ} | 0 fco/{test9.occ => testcases/reppar.occ} | 0 fco/{test8.occ => testcases/slicing.occ} | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename fco/{test6.occ => testcases/allsyntax.occ} (100%) rename fco/{test7.occ => testcases/altguards.occ} (100%) rename fco/{test-ambiguous.occ => testcases/ambiguous.occ} (100%) rename fco/{test2.occ => testcases/ats1-q7.occ} (100%) rename fco/{test3.occ => testcases/commstime.occ} (100%) rename fco/{test5.occ => testcases/expressions.occ} (100%) rename fco/{test1.occ => testcases/graphicsplex.occ} (100%) rename fco/{test4.occ => testcases/hi.occ} (100%) rename fco/{test9.occ => testcases/reppar.occ} (100%) rename fco/{test8.occ => testcases/slicing.occ} (100%) diff --git a/fco/Makefile b/fco/Makefile index 10aadd1..c2dcd32 100644 --- a/fco/Makefile +++ b/fco/Makefile @@ -16,7 +16,7 @@ sources = \ fco: $(sources) ghc -fglasgow-exts -o fco --make Main -tests = $(wildcard test*.occ) +tests = $(wildcard testcases/*.occ) test: fco $(tests) @set -e; for x in $(tests); do \ diff --git a/fco/test6.occ b/fco/testcases/allsyntax.occ similarity index 100% rename from fco/test6.occ rename to fco/testcases/allsyntax.occ diff --git a/fco/test7.occ b/fco/testcases/altguards.occ similarity index 100% rename from fco/test7.occ rename to fco/testcases/altguards.occ diff --git a/fco/test-ambiguous.occ b/fco/testcases/ambiguous.occ similarity index 100% rename from fco/test-ambiguous.occ rename to fco/testcases/ambiguous.occ diff --git a/fco/test2.occ b/fco/testcases/ats1-q7.occ similarity index 100% rename from fco/test2.occ rename to fco/testcases/ats1-q7.occ diff --git a/fco/test3.occ b/fco/testcases/commstime.occ similarity index 100% rename from fco/test3.occ rename to fco/testcases/commstime.occ diff --git a/fco/test5.occ b/fco/testcases/expressions.occ similarity index 100% rename from fco/test5.occ rename to fco/testcases/expressions.occ diff --git a/fco/test1.occ b/fco/testcases/graphicsplex.occ similarity index 100% rename from fco/test1.occ rename to fco/testcases/graphicsplex.occ diff --git a/fco/test4.occ b/fco/testcases/hi.occ similarity index 100% rename from fco/test4.occ rename to fco/testcases/hi.occ diff --git a/fco/test9.occ b/fco/testcases/reppar.occ similarity index 100% rename from fco/test9.occ rename to fco/testcases/reppar.occ diff --git a/fco/test8.occ b/fco/testcases/slicing.occ similarity index 100% rename from fco/test8.occ rename to fco/testcases/slicing.occ