(cabal check) Add "Version signatures" test
[cabal.git] / cabal-testsuite / PackageTests / NewBuild / CmdTest / OptionsFlag / cabal.test.hs
blobe9b8f5b6c124fe6992354f0d20f7dc2e0f5c32f4
1 import Test.Cabal.Prelude
3 main = cabalTest $ do
4 cabal "v2-test"
5 [ "--test-option=1"
6 , "--test-options=\"2 3\""
7 , "--test-option=4"
8 , "--test-options=\"5 6\""