]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - test/TestSuite.hs
Add tests for existing picklers.
[dead/htsn-import.git] / test / TestSuite.hs
index e153076e8cfa4594d0b3c8a177187a17092b6267..985b53c7fc2a6e34b4ae26d2bc8576a86d9bf4f0 100644 (file)
@@ -1,5 +1,6 @@
 import Test.Tasty ( TestTree, defaultMain, testGroup )
 
+import TSN.Picklers ( pickler_tests )
 import TSN.XML.AutoRacingResults ( auto_racing_results_tests )
 import TSN.XML.AutoRacingSchedule ( auto_racing_schedule_tests )
 import TSN.XML.GameInfo ( game_info_tests )
@@ -26,6 +27,7 @@ tests = testGroup
             jfile_tests,
             news_tests,
             odds_tests,
+            pickler_tests,
             schedule_changes_tests,
             scores_tests,
             sport_info_tests,