test/run-unit-tests: sort the test cases we're executing
authorRoss Burton <ross.burton@arm.com>
Mon, 11 Mar 2024 13:59:55 +0000 (13:59 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 11 Mar 2024 18:11:30 +0000 (18:11 +0000)
commit4a052a718aa83440d728556455fd42669a88a4dd
tree68c1d0961c060ab9cb3c4b39f335107b8006ed66
parent14300cdde437bdc8aa0fe309f84c9c532ef016e6
test/run-unit-tests: sort the test cases we're executing

When reading test logs manually it is a lot easier when the tests are
sorted by name rather than by disk order.

Signed-off-by: Ross Burton <ross.burton@arm.com>
test/run-unit-tests.py