From 15981d57cda18a19fcb3012172a9f0994abfd97a Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Wed, 24 Feb 2016 17:24:19 -0600 Subject: Added testing for UDP method. --- graylog.cabal | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'graylog.cabal') diff --git a/graylog.cabal b/graylog.cabal index d7d1163..b3c1a53 100644 --- a/graylog.cabal +++ b/graylog.cabal @@ -24,7 +24,33 @@ library , aeson , aeson-casing + , network , scientific , text , time , vector + +test-suite test-state + type: exitcode-stdio-1.0 + main-is: Main.hs + hs-source-dirs: test + default-language: Haskell2010 + + ghc-options: -Wall -threaded -with-rtsopts=-N -rtsopts + + other-modules: Test.Graylog.UDP + + build-depends: base ==4.* + + , graylog + + , aeson + , aeson-casing + , network + , scientific + , tasty + , tasty-hunit + , text + , time + , vector + -- cgit v1.2.3