Move testcases into their own directory, and give them better names
This commit is contained in:
parent
ed54025468
commit
7d4e79e56b
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user