]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/yacsloader_swig/Test/CTestTestfileInstall.cmake
Salome HOME
Test for python node with cache.
[modules/yacs.git] / src / yacsloader_swig / Test / CTestTestfileInstall.cmake
index ff5955c46ec0930d869924025fdef21d79276c4d..c8117f7634ce7d998aab4ce968849a7b1b56704d 100644 (file)
@@ -30,4 +30,10 @@ IF(NOT WIN32)
                                     LABELS "${COMPONENT_NAME}"
                                    )
 
+  SET(TEST_NAME ${COMPONENT_NAME}_WorkloadManager_swig)
+  ADD_TEST(${TEST_NAME} ${SALOME_TEST_DRIVER} ${TIMEOUT} testWorkloadManager.py)
+  SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES
+                                    LABELS "${COMPONENT_NAME}"
+                                   )
+
 ENDIF()