Add test cases that reproduce #7241.
[cabal.git] / cabal-testsuite / PackageTests / RtsOptsClean / setup.test.hs
blob7c85bd662b3d93e163e3e907dce4b33d74a4aab1
1 import Test.Cabal.Prelude
3 -- Test that setup shows all the 'autogen-modules' warnings.
4 main = setupAndCabalTest $ do
5 setup' "configure" [] >>=
6 assertOutputDoesNotContain "Warning: Instead of 'ghc-options: -I0' use 'include-dirs: 0'"