(cabal check) Add "Autogen include" test for ts
[cabal.git] / cabal-testsuite / PackageTests / ReplCSources / cabal.test.hs
blobca7502d5a04af17f929cb7a7ea35423cc64a23e6
1 import Test.Cabal.Prelude
3 main = cabalTest $ do
4 cabal' "clean" []
5 res <- cabalWithStdin "repl" ["-v2"] "foo"
6 -- Make sure we don't get this ghci error
7 -- *Lib> ghc: ^^ Could not load '_foo', dependency unresolved. See top entry above.
8 assertOutputDoesNotContain "Could not load" res
9 assertOutputContains "Building C Sources..." res