(cabal check) Add "No internal name clash" test
[cabal.git] / cabal-testsuite / PackageTests / TestOptions / setup.test.hs
blob9b77749e3980e78e4c43e5015572571689732b96
1 import Test.Cabal.Prelude
2 -- Test --test-option(s) flags on ./Setup test
3 main = setupAndCabalTest $ do
4 setup_build ["--enable-tests"]
5 setup "test" ["--test-options=1 2 3"]
6 setup "test" [ "--test-option=1"
7 , "--test-option=2"
8 , "--test-option=3"