Salome HOME
Add test for .mesh file format
[tools/medcoupling.git] / src / MEDCoupling_Swig / tests.set
index 4382ef42e008222d223d1fe5e4eb26eb9d3916ea..145a4190a286d8cdce74fcdadb66fac25e1ed0f4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  CEA/DEN, EDF R&D
+# Copyright (C) 2017-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
@@ -24,15 +24,18 @@ SET(BASE_TESTS
   MEDCouplingBasicsTest4.py
   MEDCouplingBasicsTest5.py
   MEDCouplingBasicsTest6.py
+  MEDCouplingBasicsTest7.py
   MEDCouplingIntersectTest.py
   MEDCouplingExamplesTest.py
   MEDCouplingRemapperTest.py
+  UsersGuideExamplesTest.py
 )
 
 # if numpy is used
 SET(NUMPY_TESTS
   MEDCouplingNumPyTest.py
   MEDCouplingPickleTest.py
+  UsersGuideExamplesTest_numpy.py
 )
 
 SET(ALL_TESTS ${BASE_TESTS} ${NUMPY_TESTS})