[project @ 1996-11-25 14:53:12 by simonm]
[ghc-hetmet.git] / ghc / compiler / tests / printing / Jmakefile
1 runtests::
2         @echo '###############################################################'
3         @echo '# Tests of printing facilities in the compiler.               #'
4         @echo '###############################################################'
5
6 RunStdTest(print001,$(GHC), -noC -hi Print001.hs -o2 Print001.stderr)
7 RunStdTest(print002,$(GHC), -noC -fno-implicit-prelude -dppr-user -ddump-rif2hs -ddump-tc -hi Print002.hs -o2 Print002.stderr)
8 RunStdTest(print003,$(GHC), -noC -hi Print003.hs -o2 Print003.stderr)
9 RunStdTest(print004,$(GHC), -noC -hi Print004.hs -o2 Print004.stderr)