X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FTestInterpKernel.cxx;h=6f3462721eb86ce33deb3d6d9cf1f91514cfa6fb;hb=b832b15337be013a56e0976170e5e235b89fcb03;hp=87d2dbb1c6c52e8959993e392b506a21c3ea15ab;hpb=79c404a024c4b00550400f158f89fcc64859e71d;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/TestInterpKernel.cxx b/src/INTERP_KERNELTest/TestInterpKernel.cxx index 87d2dbb1c..6f3462721 100644 --- a/src/INTERP_KERNELTest/TestInterpKernel.cxx +++ b/src/INTERP_KERNELTest/TestInterpKernel.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D +// Copyright (C) 2007-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,12 +27,14 @@ #include "UnitTetraIntersectionBaryTest.hxx" #include "UnitTetra3D2DIntersectionTest.hxx" +#ifndef MEDCOUPLING_MICROMED #include "HexaTests.hxx" #include "InterpolationOptionsTest.hxx" #include "MultiElement2DTests.hxx" #include "MultiElementTetraTests.hxx" #include "SingleElementTetraTests.hxx" #include "ThreeDSurfProjectionTest.hxx" +#endif using namespace INTERP_TEST; @@ -47,12 +49,15 @@ CPPUNIT_TEST_SUITE_REGISTRATION( TransformedTriangleTest ); CPPUNIT_TEST_SUITE_REGISTRATION( UnitTetraIntersectionBaryTest ); CPPUNIT_TEST_SUITE_REGISTRATION( UnitTetra3D2DIntersectionTest ); +#ifndef MEDCOUPLING_MICROMED +// These test suites need MEDLoader to load some test files: CPPUNIT_TEST_SUITE_REGISTRATION( InterpolationOptionsTest ); CPPUNIT_TEST_SUITE_REGISTRATION( HexaTests ); CPPUNIT_TEST_SUITE_REGISTRATION( MultiElement2DTests ); CPPUNIT_TEST_SUITE_REGISTRATION( MultiElementTetraTests ); CPPUNIT_TEST_SUITE_REGISTRATION( SingleElementTetraTests ); CPPUNIT_TEST_SUITE_REGISTRATION( ThreeDSurfProjectionTest ); +#endif // --- generic Main program from KERNEL_SRC/src/Basics/Test #include "BasicMainTest.hxx"