Salome HOME
bos #29628 Remove MEFISTO 2D algorithm
[modules/smesh.git] / test / CTestTestfileInstall.cmake
index c485059c716f99440c3f889ff280a4fc172a6036..d28168783857d7cbb4cf0c6ae06a1453cb120cb1 100644 (file)
@@ -19,7 +19,9 @@
 
 INCLUDE(tests.set)
 
-FOREACH(tfile ${GOOD_TESTS} ${BAD_TESTS})
+SET(_all_tests ${GOOD_TESTS} ${BAD_TESTS})
+LIST(SORT _all_tests)
+FOREACH(tfile ${_all_tests})
   GET_FILENAME_COMPONENT(BASE_NAME ${tfile} NAME_WE)
   SET(TEST_NAME SMESH_${BASE_NAME})
   ADD_TEST(${TEST_NAME} python ${PYTHON_TEST_DRIVER} ${TIMEOUT} ${tfile})