Salome HOME
updated copyright message
[modules/yacs.git] / src / pmml / Test / CTestTestfileInstall.cmake
index 6879c57c71f993f9f30bc362b25b7b61db9c7203..c8236d204e3577a6f3cd26f88b7cdc6ec83db622 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2015-2023  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
@@ -21,8 +21,4 @@ IF(NOT WIN32)
   SET(TEST_NAME ${COMPONENT_NAME}_YacsTestPMML)
   ADD_TEST(${TEST_NAME} TestPMML)
   SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES LABELS "${COMPONENT_NAME}")
-
-  SET(TEST_NAME ${COMPONENT_NAME}_YacsPMMLBasicsTest)
-  ADD_TEST(${TEST_NAME} python pmml_swig/PMMLBasicsTestLauncher.py)
-  SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES LABELS "${COMPONENT_NAME}")
 ENDIF(NOT WIN32)