Merge pull request #10525 from 9999years/field-stanza-names
[cabal.git] / cabal-testsuite / PackageTests / CmmSources / setup.test.hs
blob7bf57f2628f51a51599cbdb8abbcd8a4d188f94b
1 import Test.Cabal.Prelude
3 main = setupTest $ do
4 skipUnlessGhcVersion ">= 7.8"
5 setup "configure" []
6 res <- setup' "build" []
7 assertOutputContains "= Post common block elimination =" res