X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FTestSuite.hs;h=3a0af8187c7417ef6bcb97f7fc92b46fabab7347;hb=82a70b916a580e0e2af5c1ef8c790a49dc24381b;hp=a866bddcca32cf87de8e0aa4552048f289de9eba;hpb=f523e553956c11962c25dac6e9521aeb7f13025e;p=spline3.git diff --git a/test/TestSuite.hs b/test/TestSuite.hs index a866bdd..3a0af81 100644 --- a/test/TestSuite.hs +++ b/test/TestSuite.hs @@ -53,9 +53,8 @@ misc_tests = tetrahedron_tests :: Test.Framework.Test tetrahedron_tests = testGroup "Tetrahedron Tests" [ + tetrahedron2_geometry_tests, tc "volume (1)" test_volume1, - tc "volume (2)" test_volume2, - tc "contains point (1)" test_contains_point1, tc "doesn't contain point (1)" test_doesnt_contain_point1, tc "doesn't contain point (2)" test_doesnt_contain_point2, tc "doesn't contain point (3)" test_doesnt_contain_point3,