Salome HOME
Adding test for bos #41748 [CEA] Issue in interpolation edition
[modules/shaper.git] / src / ConnectorAPI / Test / tests.set
old mode 100644 (file)
new mode 100755 (executable)
index 48dac19..d7120f2
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2016-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
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-SET(TEST_NAMES
+SET(TEST_NAMES_SPR
   TestExportToGEOM
   TestExportToGEOMAllGroupsAndFields
-  TestExportToGEOMPartSet.py
+  TestExportToGEOMPartSet
+  TestExportToGEOMWholeResult
+  TestExportToGEOMWholeFeature
   Test2882
+  Test17917
+  Test18887
+  Test3195
+  TestExportSTL
+  TestImportSTL
+  TestImportSTEP
 )
+
+SET(TEST_NAMES_ADV
+  TestExportXAOMem
+  TestImportXAOMem
+)
+
+set(TEST_NAMES ${TEST_NAMES_SPR} ${TEST_NAMES_ADV})