[project @ 1996-11-26 12:46:28 by dnt]
[ghc-hetmet.git] / ghc / compiler / tests / printing / Jmakefile
diff --git a/ghc/compiler/tests/printing/Jmakefile b/ghc/compiler/tests/printing/Jmakefile
deleted file mode 100644 (file)
index 86b4238..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-runtests::
-       @echo '###############################################################'
-       @echo '# Tests of printing facilities in the compiler.               #'
-       @echo '###############################################################'
-
-RunStdTest(print001,$(GHC), -noC -hi Print001.hs -o2 Print001.stderr)
-RunStdTest(print002,$(GHC), -noC -fno-implicit-prelude -dppr-user -ddump-rif2hs -ddump-tc -hi Print002.hs -o2 Print002.stderr)
-RunStdTest(print003,$(GHC), -noC -hi Print003.hs -o2 Print003.stderr)
-RunStdTest(print004,$(GHC), -noC -hi Print004.hs -o2 Print004.stderr)