build: Sort alphabetically

This commit is contained in:
Benjamin Otte 2023-12-09 00:36:42 +01:00
parent 3a1349e8ef
commit 2b6e7147d6

View File

@ -449,14 +449,14 @@ foreach t : tests
endforeach
internal_tests = [
[ 'boundingbox'],
[ 'curve' ],
[ 'curve-special-cases' ],
[ 'path-private' ],
[ 'diff' ],
[ 'half-float' ],
['rounded-rect'],
['misc'],
['boundingbox'],
[ 'misc'],
[ 'path-private' ],
[ 'rounded-rect'],
]
foreach t : internal_tests