]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - test/TestSuite.hs
Add some HUnit tests for the Face module.
[spline3.git] / test / TestSuite.hs
index 8402f16235635f78e3e6ec511794a6142191690c..93236a55b9574f615ffd972a93b6ca1a3d563ac7 100644 (file)
@@ -6,7 +6,8 @@ import Tests.Misc
 import Tests.Tetrahedron as TT
 
 -- The list of HUnit tests.
-test_suite = TestList (concat [misc_tests,
+test_suite = TestList (concat [face_tests,
+                               misc_tests,
                                tetrahedron_tests])
 
 main :: IO ()