Salome HOME
bos #30182 Fix compilation problem
[modules/shaper.git] / src / CTestTestfileInstall.cmake
index c4e4606f1828eba179801efde8eff81784fa62aa..ca18e37d3acd6ca22677f14bef60a8a2f4d21831 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020  CEA/DEN, EDF R&D
+# Copyright (C) 2020-2022  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
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-SET(SALOME_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/salome_test_driver.py")
-
 SET(COMPONENT_NAME SHAPER)
+set(SALOME_TEST_LABEL_ADV SHAPR_ADV)
 
 # Add all test subdirs
 SUBDIRS(ConnectorAPI
         HDFs
+        FeaturesPlugin
+        ConstructionPlugin
+        SketchPlugin
+        ModelAPI
+        FiltersPlugin
+        CollectionPlugin
+        BuildPlugin
+        ExchangePlugin
+        PythonAPI
+        GeomAPI
+        ModelHighAPI
+        ParametersPlugin
+        PythonAddons
+        SketchAPI
+        ConstructionAPI
+        PartSetAPI
+        GeomDataAPI
+        Config
+        ExchangeAPI
+        ModelGeomAlgo
+        Locale
+        test_API
 )