Add “Ignore warning” option to cabal check
[cabal.git] / cabal-testsuite / PackageTests / CustomPreProcess / setup.test.hs
blob2dab697b8d401e07a402e7d73a9ab698fbf39e2f
1 import Test.Cabal.Prelude
2 -- Test internal custom preprocessor
3 main = setupTest $ do
4 skipUnless "no Cabal for GHC" =<< hasCabalForGhc
5 setup_build []
6 runExe' "hello-world" []
7 >>= assertOutputContains "hello from A"