1 import Test
.Cabal
.Prelude
2 -- Test --benchmark-option(s) flags on ./Setup bench
3 main
= setupAndCabalTest
$ do
4 setup_build
["--enable-benchmarks"]
5 setup
"bench" [ "--benchmark-options=1 2 3" ]
6 setup
"bench" [ "--benchmark-option=1"
7 , "--benchmark-option=2"
8 , "--benchmark-option=3"