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
/
CustomPlain
/
setup.test.hs
blob
2b4a27b138876406cfeac1092c836e44acb97eeb
1
import
Test
.
Cabal
.
Prelude
2
main
=
setupTest
$
do
3
skipUnless
"no Cabal for GHC"
=<<
hasCabalForGhc
4
setup
'
"configure"
[] >>=
assertOutputContains
"ThisIsCustomYeah"
5
setup
'
"build"
[] >>=
assertOutputContains
"ThisIsCustomYeah"