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
committed by David Chisnall
parent 25c365682e
commit 869b22b422

View File

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