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 logging and assertions on output to cyclical test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
MultipleLibraries
/
Successful
/
cabal.test.hs
blob
c9cb80255f8420e2ff9f80a17e461611cb8fc2ac
1
import
Test
.
Cabal
.
Prelude
2
main
=
cabalTest
$
do
3
cabal
'
"v2-run"
[
"pkg-abc:program"
] >>=
assertOutputContains
"pkg-def:publib"
4
return
()