зеркало из https://github.com/microsoft/snmalloc.git
Sort test order so that perf tests start first.
These take longer, so we want to start them earlier and let the shorter tests fill in the gaps in scheduling.
This commit is contained in:
Родитель
25c365682e
Коммит
869b22b422
|
@ -90,6 +90,7 @@ enable_testing()
|
|||
|
||||
set(TESTDIR ${CMAKE_CURRENT_SOURCE_DIR}/src/test)
|
||||
subdirlist(TEST_CATEGORIES ${TESTDIR})
|
||||
list(REVERSE TEST_CATEGORIES)
|
||||
foreach(TEST_CATEGORY ${TEST_CATEGORIES})
|
||||
subdirlist(TESTS ${TESTDIR}/${TEST_CATEGORY})
|
||||
foreach(TEST ${TESTS})
|
||||
|
|
Загрузка…
Ссылка в новой задаче