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 "Version signatures" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
CmmSourcesDyn
/
setup.test.hs
blob
800a540696a19174e5ce8b33fe612b4bf295da8a
1
import
Test
.
Cabal
.
Prelude
2
3
main
=
setupTest
$
do
4
skipIf
"ghc < 7.8"
=<<
isGhcVersion
"< 7.8"
5
setup
"configure"
[]
6
res
<-
setup
'
"build"
[]
7
assertOutputContains
"= Post common block elimination ="
res