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
(cabal check) Add "No internal name clash" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Freeze
/
disable-benchmarks.test.hs
blob
52ef66110deda3ce4531454343fb6d156382e221
1
import
Test
.
Cabal
.
Prelude
2
main
=
cabalTest
$
do
3
withRepo
"repo"
.
withSourceCopy
$
do
4
cabal
"v1-freeze"
[
"--disable-benchmarks"
]
5
cwd
<-
fmap
testCurrentDir getTestEnv
6
assertFileDoesNotContain
(
cwd
</>
"cabal.config"
)
"criterion"