repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add “Ignore warning” option to cabal check
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
NewBuild
/
CmdBench
/
OptionsFlag
/
cabal.test.hs
blob
9174ba94a6cefdfb932ee6b68fafa2ce1d13e153
1
import
Test
.
Cabal
.
Prelude
2
3
main
=
cabalTest
$
do
4
cabal
"v2-bench"
5
[
"--benchmark-option=1"
6
,
"--benchmark-options=
\"
2 3
\"
"
7
,
"--benchmark-option=4"
8
,
"--benchmark-options=
\"
5 6
\"
"
9
]