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
Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
ConfigureComponent
/
Exe
/
setup.test.hs
blob
d19227b209eda68b9b680eece50f04d4b2139611
1
import
Test
.
Cabal
.
Prelude
2
main
=
setupAndCabalTest
$
do
3
withPackageDb
$
do
4
setup_install
[
"goodexe"
]
5
runExe
'
"goodexe"
[] >>=
assertOutputContains
"OK"