Salome HOME
Update copyrights
[tools/medcoupling.git] / src / MEDCoupling_Swig / tests.set
index 4382ef42e008222d223d1fe5e4eb26eb9d3916ea..6fd1864ed528cf17f917abb4110e9e88fb149da5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2017  CEA/DEN, EDF R&D
+# Copyright (C) 2017-2019  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
@@ -27,12 +27,14 @@ SET(BASE_TESTS
   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})