]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
MEDMEM Industrialization 2008
authoreap <eap@opencascade.com>
Thu, 18 Dec 2008 17:32:58 +0000 (17:32 +0000)
committereap <eap@opencascade.com>
Thu, 18 Dec 2008 17:32:58 +0000 (17:32 +0000)
+CPPUNIT_TEST_SUITE_REGISTRATION( UnitTetraIntersectionBaryTest );

src/INTERP_KERNEL/Test/TestInterpKernel.cxx

index 9102c5ad924a6f83496b7147c2444c1c92e440c5..90413ebe5945f3e18e577f8d87eebc7de0b98084 100644 (file)
@@ -32,6 +32,7 @@
 #include "QuadraticPlanarInterpTest.hxx"
 #include "InterpolationOptionsTest.hxx"
 #include "DualMESHTests.hxx"
+#include "UnitTetraIntersectionBaryTest.hxx"
 using namespace INTERP_TEST;
 
 //--- Registers the fixture into the 'registry'
@@ -48,6 +49,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION( MultiElement2DTests );
 CPPUNIT_TEST_SUITE_REGISTRATION( SingleElementPlanarTests );
 CPPUNIT_TEST_SUITE_REGISTRATION( QuadraticPlanarInterpTest );
 CPPUNIT_TEST_SUITE_REGISTRATION( InterpolationOptionsTest );
+CPPUNIT_TEST_SUITE_REGISTRATION( UnitTetraIntersectionBaryTest );
 
 // --- generic Main program from KERNEL_SRC/src/Basics/Test