X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FCppUnitTest.hxx;h=57f81824f63afb81fa530f0b012a9a1255e0601e;hb=8411b13fec372c7635bf04d2bb81a869dc038fdd;hp=549541a3b11ffff96ce28824f5db04c29a28aefd;hpb=f1a947b32a36d8dc8e3079b25305bb50e8cb59a0;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/CppUnitTest.hxx b/src/INTERP_KERNELTest/CppUnitTest.hxx index 549541a3b..57f81824f 100644 --- a/src/INTERP_KERNELTest/CppUnitTest.hxx +++ b/src/INTERP_KERNELTest/CppUnitTest.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D // // 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 @@ -22,10 +22,12 @@ #include +#include "InterpKernelTestExport.hxx" + /** * \brief Class tested by TestBogusClass : not very useful */ -class BogusClass { +class INTERPKERNELTEST_EXPORT BogusClass { friend class TestBogusClass; public: @@ -41,7 +43,7 @@ private: * \brief Class used to figure out CppUnit : not very useful * */ -class TestBogusClass : public CppUnit::TestFixture +class INTERPKERNELTEST_EXPORT TestBogusClass : public CppUnit::TestFixture { CPPUNIT_TEST_SUITE( TestBogusClass );