(cabal check) Add "No internal name clash" test
[cabal.git] / cabal-testsuite / PackageTests / CustomSegfault / cabal.test.hs
bloba6c74dab74583448900a2882ed063e357da7aaa8
1 import Test.Cabal.Prelude
2 main = cabalTest $ do
3 -- TODO: this test ought to work on Windows too
4 skipUnless "not Linux" =<< isLinux
5 skipUnlessGhcVersion ">= 7.8"
6 fails $ cabal' "v2-build" [] >>= assertOutputContains "SIGSEGV"