X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FTestSuite.hs;h=e2fe52ec87be76b2a514ae1a46b6c3caae2fae80;hb=ea92f7319ba4350715e2397928def15f574d9d8c;hp=ac1045bc2d1eab200197ef8b833c1d51380fb0ef;hpb=ec2f7ca5bb3b0c41c62812cd725c62e731bb9902;p=spline3.git diff --git a/test/TestSuite.hs b/test/TestSuite.hs index ac1045b..e2fe52e 100644 --- a/test/TestSuite.hs +++ b/test/TestSuite.hs @@ -238,6 +238,30 @@ main = do -- putStr "prop_c0300_identity3... " -- quickCheckWith qc_args TF.prop_c0300_identity3 + putStrLn "prop_interior_values_all_identical... " + quickCheckWith qc_args prop_interior_values_all_identical + + putStrLn "prop_c_tilde_2100_rotation_correct... " + quickCheckWith qc_args prop_c_tilde_2100_rotation_correct + + putStrLn "prop_x_rotation_doesnt_affect_front... " + quickCheckWith qc_args prop_x_rotation_doesnt_affect_front + + putStrLn "prop_x_rotation_doesnt_affect_back... " + quickCheckWith qc_args prop_x_rotation_doesnt_affect_back + + putStrLn "prop_y_rotation_doesnt_affect_left... " + quickCheckWith qc_args prop_y_rotation_doesnt_affect_left + + putStrLn "prop_y_rotation_doesnt_affect_right... " + quickCheckWith qc_args prop_y_rotation_doesnt_affect_right + + putStrLn "prop_z_rotation_doesnt_affect_top... " + quickCheckWith qc_args prop_z_rotation_doesnt_affect_top + + putStrLn "prop_z_rotation_doesnt_affect_down... " + quickCheckWith qc_args prop_z_rotation_doesnt_affect_down + putStrLn "prop_c_tilde_2100_correct... " quickCheckWith qc_args prop_c_tilde_2100_correct