]> git.immae.eu Git - github/fretlink/haskell-graylog.git/blobdiff - test/Main.hs
Added testing for UDP method.
[github/fretlink/haskell-graylog.git] / test / Main.hs
diff --git a/test/Main.hs b/test/Main.hs
new file mode 100644 (file)
index 0000000..604b65a
--- /dev/null
@@ -0,0 +1,12 @@
+import qualified Test.Graylog.UDP (tests)
+
+import           Test.Tasty
+
+main :: IO ()
+main = defaultMain tests
+
+tests :: TestTree
+tests = testGroup "Graylog Library"
+   [ Test.Graylog.UDP.tests
+   ]
+