From 1a6457a84fb3430dbbe0270ce60e8c325906ce74 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 29 Jun 2015 21:31:10 +0200 Subject: Use cabal’s testsuite interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Pesto.cabal | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Pesto.cabal') diff --git a/Pesto.cabal b/Pesto.cabal index 9be1d12..ee349e7 100644 --- a/Pesto.cabal +++ b/Pesto.cabal @@ -19,7 +19,7 @@ library exposed-modules: Codec.Pesto, Codec.Pesto.Parse, Codec.Pesto.Graph, Codec.Pesto.Lint, Codec.Pesto.Serialize -- other-modules: -- other-extensions: - build-depends: base >=4.6 && <4.7 + build-depends: base >=4.6 && <4.7, HUnit, parsec hs-source-dirs: src default-language: Haskell2010 @@ -29,11 +29,12 @@ executable pesto default-language: Haskell2010 build-depends: base >=4.6 && <4.7, HUnit, parsec -executable pesto-test +test-suite pesto-test + type: exitcode-stdio-1.0 main-is: Test.lhs hs-source-dirs: src default-language: Haskell2010 - build-depends: base >=4.6 && <4.7, HUnit, parsec + build-depends: base >=4.6 && <4.7, Pesto, HUnit, parsec executable pesto-doc main-is: Doc.lhs -- cgit v1.2.3