X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=blobdiff_plain;f=test%2FTestSuite.hs;fp=test%2FTestSuite.hs;h=50d56b48c356359ba6b2965b8cfc7847170e0233;hp=fc58bd855ca5dc2c1bd91a41b085283a399c53e2;hb=fed9e141735b74540fd380b051671ac1c451a178;hpb=e3ef76e60ddd54e5fad787c5883533d2410b3e2a diff --git a/test/TestSuite.hs b/test/TestSuite.hs index fc58bd8..50d56b4 100644 --- a/test/TestSuite.hs +++ b/test/TestSuite.hs @@ -1,12 +1,9 @@ import Test.Tasty ( TestTree, defaultMain, testGroup ) -import DNS ( dns_properties, dns_tests ) import Report ( report_tests ) tests :: TestTree -tests = testGroup "All tests" [ dns_properties, - dns_tests, - report_tests ] +tests = testGroup "All tests" [ report_tests ] main :: IO () main = defaultMain tests