import Test.QuickCheck
import Tests.Cardinal
+import Tests.Cube
import Tests.Face as TF
import Tests.Misc
import Tests.Tetrahedron as TT
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