]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Re-enable the Cube tests in the suite.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 6 May 2011 22:38:20 +0000 (18:38 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 6 May 2011 22:38:20 +0000 (18:38 -0400)
test/TestSuite.hs

index ea5eb5e5367bfc4ce3020b7e44dda0815cb488cb..e1255262dce8834cee97d4afc29906fec32d6239 100644 (file)
@@ -2,6 +2,7 @@ import Test.HUnit
 import Test.QuickCheck
 
 import Tests.Cardinal
+import Tests.Cube
 import Tests.Face as TF
 import Tests.Misc
 import Tests.Tetrahedron as TT
@@ -23,8 +24,17 @@ main = do
                           maxDiscard = 500,
                           maxSize = 100 }
 
-  -- putStr "prop_all_volumes_positive... "
-  -- quickCheckWith qc_args prop_all_volumes_positive
+  putStr "prop_all_volumes_positive... "
+  quickCheckWith qc_args prop_all_volumes_positive
+
+  putStr "prop_front_face_volumes_positive... "
+  quickCheckWith qc_args prop_front_face_volumes_positive
+
+  putStr "prop_top_face_volumes_positive... "
+  quickCheckWith qc_args prop_top_face_volumes_positive
+
+  putStr "prop_v0_all_equal... "
+  quickCheckWith qc_args prop_v0_all_equal
 
   -- putStr "prop_factorial_greater... "
   -- quickCheckWith qc_args prop_factorial_greater