X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FCppUnitTest.hxx;h=57f81824f63afb81fa530f0b012a9a1255e0601e;hb=8411b13fec372c7635bf04d2bb81a869dc038fdd;hp=8764fa66546aed78d7e5c9a62e536b69d5284caf;hpb=10f37bf6f33a762626d7f1093b2f5450c1688667;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/CppUnitTest.hxx b/src/INTERP_KERNELTest/CppUnitTest.hxx index 8764fa665..57f81824f 100644 --- a/src/INTERP_KERNELTest/CppUnitTest.hxx +++ b/src/INTERP_KERNELTest/CppUnitTest.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 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 );