Sort the tests alphabetically before adding them to the Kyuafiles

This is being done to aid in debugging test runs, in the event the
output shifts due to refactored Makefiles, added tests, etc.

MFC after:	1 month
This commit is contained in:
Enji Cooper 2017-07-17 18:20:54 +00:00
parent 7250a09527
commit 2474da3267
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321081

View File

@ -66,6 +66,10 @@ _TESTS=
.include <plain.test.mk>
.include <tap.test.mk>
# Sort the tests alphabetically, so the results are deterministically formed
# across runs.
_TESTS:= ${_TESTS:O}
# kyua automatically descends directories; only run make check on the
# top-level directory
.if !make(check)