[Git][ghc/ghc][wip/junit-fixes] Fix

Ben Gamari gitlab at gitlab.haskell.org
Sun Jun 23 23:40:06 UTC 2019



Ben Gamari pushed to branch wip/junit-fixes at Glasgow Haskell Compiler / GHC


Commits:
c9838b66 by Ben Gamari at 2019-06-23T23:40:00Z
Fix

- - - - -


1 changed file:

- testsuite/tests/driver/T12674/Makefile


Changes:

=====================================
testsuite/tests/driver/T12674/Makefile
=====================================
@@ -4,8 +4,10 @@ include $(TOP)/mk/test.mk
 
 # Uses Makefile to ensure that the testsuite driver doesn't normalize away the ./
 T12674:
-	$(TEST_HC) $(TEST_HC_OPTS) -v0 ./-T12674.hs ././-T12674c.c
+	$(TEST_HC) $(TEST_HC_OPTS) -v0 -o T12674 ./-T12674.hs ././-T12674c.c
+	./T12674
 
 T12674w:
-	$(TEST_HC) $(TEST_HC_OPTS) -v0 .\\\-T12674.hs .\\\.\\\-T12674c.c
+	$(TEST_HC) $(TEST_HC_OPTS) -v0 -o T12674 .\\\-T12674.hs .\\\.\\\-T12674c.c
+	./T12674
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/c9838b6675e5937ba73f7811fd49f0b6a94fe50f

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/c9838b6675e5937ba73f7811fd49f0b6a94fe50f
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190623/20d4685b/attachment.html>


More information about the ghc-commits mailing list