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
/
CustomPreProcess
/
setup.test.hs
blob
2dab697b8d401e07a402e7d73a9ab698fbf39e2f
1
import
Test
.
Cabal
.
Prelude
2
-- Test internal custom preprocessor
3
main
=
setupTest
$
do
4
skipUnless
"no Cabal for GHC"
=<<
hasCabalForGhc
5
setup_build
[]
6
runExe
'
"hello-world"
[]
7
>>=
assertOutputContains
"hello from A"