Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
fb20a08e
Commit
fb20a08e
authored
Jan 24, 2013
by
ian@well-typed.com
Browse files
Fix T1133, T1133A when BINDIST=YES
parent
479a9227
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/deriving/should_compile/Makefile
View file @
fb20a08e
...
...
@@ -4,6 +4,6 @@ include $(TOP)/mk/test.mk
.PHONY
:
T1133
T1133
:
$(TEST_HC)
$(TEST_HC_OPTS)
-c
T1133.hs-boot
$(TEST_HC)
$(TEST_HC_OPTS)
-c
T1133.hs
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-c
T1133.hs-boot
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-c
T1133.hs
testsuite/tests/deriving/should_fail/Makefile
View file @
fb20a08e
...
...
@@ -8,6 +8,6 @@ drvfail016:
.PHONY
:
T1133A
T1133A
:
$(TEST_HC)
$(TEST_HC_OPTS)
-c
T1133A.hs-boot
-
$(TEST_HC)
$(TEST_HC_OPTS)
-c
T1133A.hs
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-c
T1133A.hs-boot
-
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
-c
T1133A.hs
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment