(cabal check) Add "No internal name clash" test
[cabal.git] / cabal-testsuite / PackageTests / Freeze / enable-tests.test.hs
blob8a43b5b6dafea567b313b9dc489df1f357fbcfc5
1 import Test.Cabal.Prelude
2 main = cabalTest $ do
3 withRepo "repo" . withSourceCopy $ do
4 cabal "v1-freeze" ["--enable-tests"]
5 cwd <- fmap testCurrentDir getTestEnv
6 assertFileDoesContain (cwd </> "cabal.config") "test-framework"