Un-ignore .bat files
[cabal.git] / cabal-testsuite / PackageTests / CMain / 10168 / setup.test.hs
blobbcefa0b29bea285b23f2ed37efb7f52bfaab366c
1 import Test.Cabal.Prelude
2 -- Test building an executable whose main-is is a C source found in the hs-source-dirs.
3 -- It is a bit counter intuitive that we look for non-haskell sources in
4 -- `hs-source-dirs`, but that is a behaviour that users rely on (see #10168)
5 -- and there's no good reason to break it.
6 main = setupTest $ do
7 setup_build []