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
/
ReexportedModules
/
setup-fail-missing.test.hs
blob
a7025e57ba7f5018c87431063c16dcadf5919d19
1
import
Test
.
Cabal
.
Prelude
2
main
=
setupAndCabalTest
$
do
3
skipUnlessGhcVersion
">= 7.9"
4
withDirectory
"p-fail-missing"
$
do
5
r
<-
fails
$
setup
'
"configure"
[]
6
assertOutputContains
"Missing"
r