]> gitweb.michael.orlitzky.com - list-remote-forwards.git/blobdiff - test/TestSuite.hs
Require dns >= 1.4 and use its 'normalize' function.
[list-remote-forwards.git] / test / TestSuite.hs
index fc58bd855ca5dc2c1bd91a41b085283a399c53e2..50d56b48c356359ba6b2965b8cfc7847170e0233 100644 (file)
@@ -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