Salome HOME
[bos #35140] [EDF] (2023-T1) Memory communication between SHAPER and GEOM
[modules/shaper.git] / src / ConnectorAPI / Test / tests.set
index a42f17c80cef53bc29db83ed9134c7ea390049aa..ecfb7de7506b0a37c14de86a203bbc1a6cec6a19 100755 (executable)
@@ -17,7 +17,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-SET(TEST_NAMES
+SET(TEST_NAMES_SPR
   TestExportToGEOM
   TestExportToGEOMAllGroupsAndFields
   TestExportToGEOMPartSet
@@ -31,3 +31,10 @@ SET(TEST_NAMES
   TestImportSTL
   TestImportSTEP
 )
+
+SET(TEST_NAMES_ADV
+  TestExportXAOMem
+  TestImportXAOMem
+)
+
+set(TEST_NAMES ${TEST_NAMES_SPR} ${TEST_NAMES_ADV})