]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - test/TestSuite.hs
Add the trilinearx2 reproduction test.
[spline3.git] / test / TestSuite.hs
index 9dea6bda4ef35ffc54371c3c28bb1834928b473c..c7c11643703bada7333d0c11cb5e0db4e6d8dcff 100644 (file)
@@ -85,7 +85,8 @@ grid_tests =
       tc "trilinear reproduced (t21)" test_trilinear_reproduced_t21,
       tc "trilinear reproduced (t22)" test_trilinear_reproduced_t22,
       tc "trilinear reproduced (t23)" test_trilinear_reproduced_t23,
-      tc "zeros reproduced" test_zeros_reproduced ]
+      tc "zeros reproduced" test_zeros_reproduced,
+      tc "trilinearx2 reproduced (t0)" test_trilinearx2_reproduced_t0 ]
 
 
 misc_tests :: Test.Framework.Test