diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-18 12:30:19 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-18 12:30:19 +0100 |
commit | 62d011643d007049ab647d62872de01662dd8a7c (patch) | |
tree | 3ae2dce168a52afe994392bfcb384bfc8fbbafce /testsuite/tests/polykinds/Makefile | |
parent | 7245b3e4f4fb35d8e78aed21edb46323fb7aac24 (diff) | |
download | haskell-62d011643d007049ab647d62872de01662dd8a7c.tar.gz |
Test Trac #8449
Diffstat (limited to 'testsuite/tests/polykinds/Makefile')
-rw-r--r-- | testsuite/tests/polykinds/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/Makefile b/testsuite/tests/polykinds/Makefile index 91439d93d6..aa8b482b73 100644 --- a/testsuite/tests/polykinds/Makefile +++ b/testsuite/tests/polykinds/Makefile @@ -32,3 +32,9 @@ T7438: $(RM) -f T7438.hi T7438.o T7438a.hi T7438a.o '$(TEST_HC)' $(TEST_HC_OPTS) -c T7438a.hs -'$(TEST_HC)' $(TEST_HC_OPTS) -c T7438.hs + +# Need to compile separately so that the interface files get read +T8449: + $(RM) -f T8449.hi T8449.o T8449a.hi T8449a.o + '$(TEST_HC)' $(TEST_HC_OPTS) -c T8449a.hs + '$(TEST_HC)' $(TEST_HC_OPTS) -c T8449.hs |