X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FTestSuite.hs;h=ac1045bc2d1eab200197ef8b833c1d51380fb0ef;hb=ec2f7ca5bb3b0c41c62812cd725c62e731bb9902;hp=951899f251548450c7739cf3b05eb71df6af344d;hpb=1ec27f638dc7a33a026fb1551dcf304cda3adfde;p=spline3.git diff --git a/test/TestSuite.hs b/test/TestSuite.hs index 951899f..ac1045b 100644 --- a/test/TestSuite.hs +++ b/test/TestSuite.hs @@ -9,7 +9,8 @@ import Tests.Misc import Tests.Tetrahedron as TT -- The list of HUnit tests. -test_suite = TestList (concat [function_values_tests, +test_suite = TestList (concat [cardinal_tests, + function_values_tests, grid_tests, misc_tests, tetrahedron_tests]) @@ -197,7 +198,7 @@ main = do putStr "prop_c2100_identity2... " quickCheckWith qc_args TC.prop_c2100_identity2 - putStrLn "\np. 79, (2.8)\n" + putStrLn "\np. 79, (2.8)\n" putStr "prop_c3000_identity... " quickCheckWith qc_args TC.prop_c3000_identity @@ -237,6 +238,10 @@ main = do -- putStr "prop_c0300_identity3... " -- quickCheckWith qc_args TF.prop_c0300_identity3 + putStrLn "prop_c_tilde_2100_correct... " + quickCheckWith qc_args prop_c_tilde_2100_correct + + putStrLn "\nEdge Incidence Tests\n" putStr "prop_t0_shares_edge_with_t6... "