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 test cases that reproduce #7241.
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
FFI
/
ForeignOptsC
/
README.md
blob
8fbef899efd063f90d0a236b08dcc2e17244de54
1
# ForeignOptsC
2
3
This test case asserts that cabal passes `cc-options` to the C compiler (and NOT `cxx-options`).
4
5
See the additional case `ForeignOptsCxx`.