]> SALOME platform Git repositories - tools/medcoupling.git/blob - src/INTERP_KERNELTest/TestInterpKernel.cxx
Salome HOME
Merge from BR_V5_DEV 16Feb09
[tools/medcoupling.git] / src / INTERP_KERNELTest / TestInterpKernel.cxx
1 //  Copyright (C) 2007-2008  CEA/DEN, EDF R&D
2 //
3 //  This library is free software; you can redistribute it and/or
4 //  modify it under the terms of the GNU Lesser General Public
5 //  License as published by the Free Software Foundation; either
6 //  version 2.1 of the License.
7 //
8 //  This library is distributed in the hope that it will be useful,
9 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 //  Lesser General Public License for more details.
12 //
13 //  You should have received a copy of the GNU Lesser General Public
14 //  License along with this library; if not, write to the Free Software
15 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19 #include "CppUnitTest.hxx"
20 #include "TransformedTriangleTest.hxx"
21 #include "UnitTetraIntersectionBaryTest.hxx"
22 #include "TransformedTriangleIntersectTest.hxx"
23 #include "MultiElementTetraTests.hxx"
24 #include "SingleElementTetraTests.hxx"
25 #include "HexaTests.hxx"
26 #include "BBTreeTest.hxx"
27 #include "PointLocatorTest.hxx"
28 #include "RemapperTest.hxx"
29 #include "MultiElement2DTests.hxx"
30 #include "SingleElementPlanarTests.hxx"
31 #include "QuadraticPlanarInterpTest.hxx"
32 #include "InterpolationOptionsTest.hxx"
33 using namespace INTERP_TEST;
34
35 //--- Registers the fixture into the 'registry'
36
37 CPPUNIT_TEST_SUITE_REGISTRATION( HexaTests );
38 CPPUNIT_TEST_SUITE_REGISTRATION( MultiElementTetraTests );
39 CPPUNIT_TEST_SUITE_REGISTRATION( SingleElementTetraTests );
40 CPPUNIT_TEST_SUITE_REGISTRATION( TransformedTriangleIntersectTest );
41 CPPUNIT_TEST_SUITE_REGISTRATION( TransformedTriangleTest );
42 CPPUNIT_TEST_SUITE_REGISTRATION( UnitTetraIntersectionBaryTest );
43 CPPUNIT_TEST_SUITE_REGISTRATION( BBTreeTest);
44 CPPUNIT_TEST_SUITE_REGISTRATION( RemapperTest);
45 CPPUNIT_TEST_SUITE_REGISTRATION( PointLocatorTest);
46 CPPUNIT_TEST_SUITE_REGISTRATION( MultiElement2DTests );
47 CPPUNIT_TEST_SUITE_REGISTRATION( SingleElementPlanarTests );
48 CPPUNIT_TEST_SUITE_REGISTRATION( QuadraticPlanarInterpTest );
49 CPPUNIT_TEST_SUITE_REGISTRATION( InterpolationOptionsTest );
50
51 // --- generic Main program from KERNEL_SRC/src/Basics/Test
52
53 #include "BasicMainTest.hxx"