Add test cases that reproduce #7241.
[cabal.git] / cabal-testsuite / PackageTests / FFI / ForeignOptsC / README.md
blob8fbef899efd063f90d0a236b08dcc2e17244de54
1 # ForeignOptsC
3 This test case asserts that cabal passes `cc-options` to the C compiler (and NOT `cxx-options`).
5 See the additional case `ForeignOptsCxx`.