Salome HOME
Switch development flag to 1
[modules/hexablock.git] / src / TEST_CPP / HexEdgeTest.hxx
index 24bdd488d36d7a1292dd031efe08880c81736198..0855025263485797752f0bad051a7bcf0626cf00 100755 (executable)
@@ -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 <cppunit/TestFixture.h>
 #include <cppunit/extensions/HelperMacros.h>
 
@@ -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 );