X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=harbl%2Fsrc%2FNetwork%2FDNS%2FRBL%2FTests.hs;fp=harbl%2Fsrc%2FNetwork%2FDNS%2FRBL%2FTests.hs;h=b9f09123d2602b04135563000bba0606d8394592;hp=0000000000000000000000000000000000000000;hb=349c5a80e0b729b0e030a1ff3e47667d8afa0d36;hpb=b55e5db2a68be5d69b970bbe4b5ad447881abd3d diff --git a/harbl/src/Network/DNS/RBL/Tests.hs b/harbl/src/Network/DNS/RBL/Tests.hs new file mode 100644 index 0000000..b9f0912 --- /dev/null +++ b/harbl/src/Network/DNS/RBL/Tests.hs @@ -0,0 +1,12 @@ +-- | This module exists solely to export tests to the test suite +-- \"project\". We need these to be exported, but we also want it to +-- be kinda clear that they're not for you to look at, which is why +-- we don't just export them from "Network.DNS.RBL". +-- +module Network.DNS.RBL.Tests ( + ipv4pattern_tests, + site_tests ) +where + +import Network.DNS.RBL.IPv4Pattern ( ipv4pattern_tests ) +import Network.DNS.RBL.Site ( site_tests )