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:
David Chisnall 2019-02-25 15:08:28 +00:00 коммит произвёл David Chisnall
Родитель 25c365682e
Коммит 869b22b422
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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})