(cabal check) Add "Autogen include" test for ts
[cabal.git] / cabal-testsuite / PackageTests / Backpack / Fail1 / setup.test.hs
blobac89a40e48a0bbfcefb157d63e99b34698c5345c
1 import Test.Cabal.Prelude
2 main = setupAndCabalTest $ do
3 skipUnlessGhcVersion ">= 8.1"
4 r <- fails $ setup' "configure" []
5 assertOutputContains "MissingReq" r
6 return ()