X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTEST_CPP%2FHexEdgeTest.hxx;h=0855025263485797752f0bad051a7bcf0626cf00;hb=12cceffda96f1daef01df1fb7024cf164bf31067;hp=24bdd488d36d7a1292dd031efe08880c81736198;hpb=3362101497b1bc0ded71b74c0806ac06c64d49d3;p=modules%2Fhexablock.git diff --git a/src/TEST_CPP/HexEdgeTest.hxx b/src/TEST_CPP/HexEdgeTest.hxx index 24bdd48..0855025 100755 --- a/src/TEST_CPP/HexEdgeTest.hxx +++ b/src/TEST_CPP/HexEdgeTest.hxx @@ -1,6 +1,27 @@ +// Copyright (C) 2009-2016 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, 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 +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// + #ifndef __EdgeTest__ #define __EdgeTest__ +#include "HexTest.hxx" + #include #include @@ -8,7 +29,7 @@ #include "Hex.hxx" #include "HexDocument.hxx" -class EdgeTest : public CppUnit::TestFixture +class HEXABLOCKTEST_EXPORT EdgeTest : public CppUnit::TestFixture { CPPUNIT_TEST_SUITE( EdgeTest ); CPPUNIT_TEST( TestGetVertex );