Salome HOME
Update ParaVis non-regression test base in the following ways:
[modules/paravis.git] / test / VisuPrs / CMakeLists.txt
index fe59f674295b9d80a6640f4d5b6ba7eb40761434..0791257f00a6b5f752ad4531fede13bf9e29a3df 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+# For make test
+
+SET(TIMEOUT 1000)
+SALOME_GENERATE_TESTS_ENVIRONMENT(tests_env)
+
+IF(NOT WIN32)
+  # Special case for the PV_PLUGIN_PATH environment variable:
+  # PV_PLUGIN_PATH=VAL_1;VAL_2;...;VAL_N
+  # But the ';' character is used as separator between variables (PATH, LD_LIBRARY_PATH, etc...)
+  # So we should shield a sequence ";/" by the '\' character.
+  STRING(REGEX REPLACE ";/" "\\\\;/" tests_env "${tests_env}")
+ENDIF(NOT WIN32)
+
+SET(SALOME_TEST_DRIVER "${KERNEL_ROOT_DIR}/bin/salome/appliskel/salome_test_driver.py")
+
+# Common part
+
 SET(TEST_DIRECTORIES
   Util
   2D_viewer
@@ -34,7 +51,8 @@ SET(TEST_DIRECTORIES
   GaussPoints
   StreamLines
   SWIG_scripts
-  Tables
+# Tables          table reader is not used anymore and CSVReader 
+#                 doesn't suport txt and xls formats, so switch off Tables tests
   ImportMedField
   united
   bugs