X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FTestSuite.hs;h=e2fe52ec87be76b2a514ae1a46b6c3caae2fae80;hb=9b9acc3fbb79d737a39a9f4def70621440933095;hp=309a13c9815c74d3ff74158065dfcb1139b46b55;hpb=b6578d25d6c01ae564576b8d2988c87a48d25937;p=spline3.git diff --git a/test/TestSuite.hs b/test/TestSuite.hs index 309a13c..e2fe52e 100644 --- a/test/TestSuite.hs +++ b/test/TestSuite.hs @@ -244,6 +244,24 @@ main = do 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