diff options
-rw-r--r-- | testsuite/tests/backpack/cabal/T16219/Makefile | 2 | ||||
-rw-r--r-- | testsuite/tests/backpack/cabal/T16219/T16219.stderr | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/testsuite/tests/backpack/cabal/T16219/Makefile b/testsuite/tests/backpack/cabal/T16219/Makefile index e98af4b2fc..8fc041994c 100644 --- a/testsuite/tests/backpack/cabal/T16219/Makefile +++ b/testsuite/tests/backpack/cabal/T16219/Makefile @@ -3,7 +3,7 @@ include $(TOP)/mk/boilerplate.mk include $(TOP)/mk/test.mk SETUP='$(PWD)/Setup' -v0 -CONFIGURE=$(SETUP) configure $(CABAL_MINIMAL_BUILD) --with-ghc='$(TEST_HC)' --ghc-options='$(TEST_HC_OPTS)' --package-db='$(PWD)/tmp.d' --prefix='$(PWD)/inst' +CONFIGURE=$(SETUP) configure --with-ghc='$(TEST_HC)' --ghc-options='$(TEST_HC_OPTS)' --package-db='$(PWD)/tmp.d' -v0 --prefix='$(PWD)/inst' T16219: clean '$(GHC_PKG)' init tmp.d diff --git a/testsuite/tests/backpack/cabal/T16219/T16219.stderr b/testsuite/tests/backpack/cabal/T16219/T16219.stderr new file mode 100644 index 0000000000..89a07b9193 --- /dev/null +++ b/testsuite/tests/backpack/cabal/T16219/T16219.stderr @@ -0,0 +1,6 @@ +Warning: -rtsopts and -with-rtsopts have no effect with -shared. + Call hs_init_ghc() from your main() function to set these options. +Warning: -rtsopts and -with-rtsopts have no effect with -shared. + Call hs_init_ghc() from your main() function to set these options. +Warning: -rtsopts and -with-rtsopts have no effect with -shared. + Call hs_init_ghc() from your main() function to set these options. |