]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - test/TestSuite.hs
Combine some Tetrahedron tests.
[spline3.git] / test / TestSuite.hs
index a866bddcca32cf87de8e0aa4552048f289de9eba..3a0af8187c7417ef6bcb97f7fc92b46fabab7347 100644 (file)
@@ -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,