(cabal check) Add "Autogen include" test for ts
[cabal.git] / cabal-testsuite / PackageTests / TestOptions / TestOptions.cabal
blob033ba6916e7c36d6c516bf71acdd6e38c018aa95
1 name: TestOptions
2 version: 0.1
3 license: BSD3
4 author: Thomas Tuegel
5 stability: stable
6 category: PackageTests
7 build-type: Simple
8 cabal-version: >= 1.10
10 description:
11     Check that Cabal passes the correct test options to test suites.
13 executable dummy
14     default-language: Haskell2010
15     main-is: test-TestOptions.hs
16     build-depends: base
18 test-suite test-TestOptions
19     default-language: Haskell2010
20     main-is: test-TestOptions.hs
21     type: exitcode-stdio-1.0
22     build-depends: base