[project @ 1997-12-17 13:10:30 by simonm]
authorsimonm <unknown>
Wed, 17 Dec 1997 13:10:31 +0000 (13:10 +0000)
committersimonm <unknown>
Wed, 17 Dec 1997 13:10:31 +0000 (13:10 +0000)
use '----' instead of '***' so as not to get confuesd with error messages

ghc/tests/mk/should_compile.mk
ghc/tests/mk/should_fail.mk

index cb08aa5..d0b7e1f 100644 (file)
@@ -6,7 +6,7 @@ HS_SRCS = $(wildcard *.hs)
 SRC_RUNTEST_OPTS += -o1 $*.stdout -o2 $*.stderr -x 0
 
 %.o : %.hs
-       @echo \*\*\* Testing for successful compilation of $<
+       @echo ---- Testing for successful compilation of $<
        @$(RUNTEST) $(HC) $(RUNTEST_OPTS) -- $(HC_OPTS) -c $< -o $@
 
 all :: $(HS_OBJS)
index 3c43e36..ec39011 100644 (file)
@@ -6,7 +6,7 @@ HS_SRCS = $(wildcard *.hs)
 SRC_RUNTEST_OPTS += -o1 $*.stdout -o2 $*.stderr -x 1
 
 %.o : %.hs
-       @echo \*\*\* Testing for failure to compile $<
+       @echo ---- Testing for failure to compile $<
        @$(RUNTEST) $(HC) $(RUNTEST_OPTS) -- $(HC_OPTS) -c $< -o $@
 
 all :: $(HS_OBJS)