[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / simplCore / Jmakefile
1 runtests::
2         @echo '###############################################################'
3         @echo '# Validation tests for the simplifier.                         #'
4         @echo '###############################################################'
5
6 FLAGS=-noC -O -ddump-simpl -dcore-lint
7
8 /* 001 is really a desugarer test, but it is only tickled by the simplifier */
9 RunStdTest(simpl001,$(GHC), $(FLAGS) simpl001.hs -o2 simpl001.stderr)
10 RunStdTest(simpl002,$(GHC), $(FLAGS) simpl002.hs -o2 simpl002.stderr)