Salome HOME
Merge branch 'V9_2_2_BR'
[modules/yacs.git] / src / py2yacs / Test / CTestTestfileInstall.cmake
index a98d11d52c43dd0592560a06d600296aace03dbf..08edfb7815844b70387c6329fd52a025eb6b8a06 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-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
@@ -19,9 +19,8 @@
 
 IF(NOT WIN32)
   SET(TEST_NAME ${COMPONENT_NAME}_Py2YacsTest)
-  # No need of a salome session for this test
+  # Need a salome session for this test
   ADD_TEST(${TEST_NAME} python ${SALOME_TEST_DRIVER} ${TIMEOUT} ./TestPy2yacs)
-  #ADD_TEST(${TEST_NAME} TestPy2yacs)
   SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES
                                     LABELS "${COMPONENT_NAME}"
                       )