Move testcases into their own directory, and give them better names

This commit is contained in:
Adam Sampson 2006-10-05 12:52:40 +00:00
parent ed54025468
commit 7d4e79e56b
11 changed files with 1 additions and 1 deletions

View File

@ -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 \