Salome HOME
bos #28736 Prevent running HOMARD-related tests in case if MEDFile is built with...
[modules/smesh.git] / doc / salome / examples / CTestTestfileInstall.cmake
index cf70be839e82dde96307f937de4c0687f771108d..b32790848aa413e4e718e3a773b2f18c729b64b1 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-INCLUDE(tests.set)
-
+SET(MED_INT_IS_LONG @MED_INT_IS_LONG@)
 SET(PYTHON_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/python_test_driver.py")
 SET(COMPONENT_NAME SMESH)
 SET(TIMEOUT        300)
 
+INCLUDE(tests.set)
+
 FOREACH(tfile ${GOOD_TESTS} ${BAD_TESTS})
   GET_FILENAME_COMPONENT(BASE_NAME ${tfile} NAME_WE)
   SET(TEST_NAME SMESH_${BASE_NAME})