]> gitweb @ CieloNegro.org - time-w3c.git/blobdiff - tests/W3CDateTimeUnitTest.hs
test units
[time-w3c.git] / tests / W3CDateTimeUnitTest.hs
diff --git a/tests/W3CDateTimeUnitTest.hs b/tests/W3CDateTimeUnitTest.hs
new file mode 100644 (file)
index 0000000..e9104dd
--- /dev/null
@@ -0,0 +1,8 @@
+import Test.HUnit
+import qualified ParsecParserTest
+
+main :: IO ()
+main = runTestTT (test testData) >> return ()
+
+testData :: [Test]
+testData = ParsecParserTest.testData
\ No newline at end of file