[commit: testsuite] master: Part of test for Trac #5252 (d0bfe5c)
Simon Peyton Jones
simonpj at microsoft.com
Sat Jun 11 15:55:30 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d0bfe5c7e3afb55f2019a50c9e0001ff85afcca1
>---------------------------------------------------------------
commit d0bfe5c7e3afb55f2019a50c9e0001ff85afcca1
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Sat Jun 11 14:46:50 2011 +0100
Part of test for Trac #5252
>---------------------------------------------------------------
tests/ghc-regress/deSugar/should_compile/Makefile | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/tests/ghc-regress/deSugar/should_compile/Makefile b/tests/ghc-regress/deSugar/should_compile/Makefile
index 1c39d1c..a03c54f 100644
--- a/tests/ghc-regress/deSugar/should_compile/Makefile
+++ b/tests/ghc-regress/deSugar/should_compile/Makefile
@@ -1,3 +1,8 @@
TOP=../../../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/test.mk
+
+T5252:
+ $(RM) -f T5252*.hi T5252*.o
+ '$(TEST_HC)' $(TEST_HC_OPTS) -c T5252a.hs
+ '$(TEST_HC)' $(TEST_HC_OPTS) -c T5252.hs
More information about the Cvs-ghc
mailing list