X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=test%2FTestSuite.hs;h=3d058e457c18e9c0906ea90003585514b6eab864;hb=dee2b5197cb2eea8ec6e234a44d2ad5b3587302e;hp=3a0af8187c7417ef6bcb97f7fc92b46fabab7347;hpb=5d65220bb18088a0944458ebbb1efedea785c851;p=spline3.git diff --git a/test/TestSuite.hs b/test/TestSuite.hs index 3a0af81..3d058e4 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" [ + tetrahedron1_geometry_tests, tetrahedron2_geometry_tests, - tc "volume (1)" test_volume1, - 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, tc "doesn't contain point (4)" test_doesnt_contain_point4,