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
/
BuildToolDependsInternalMissing
/
setup.test.hs
blob
4f92e937e2ebd4485833273c814422ed09cef77a
1
import
Test
.
Cabal
.
Prelude
2
-- Test missing internal build-tool-depends does indeed fail
3
main
=
setupAndCabalTest
$
do
4
assertOutputContains
"missing internal executable"
5
=<<
fails
(
setup
'
"configure"
[])