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 endforeach
internal_tests = [ internal_tests = [
[ 'boundingbox'],
[ 'curve' ], [ 'curve' ],
[ 'curve-special-cases' ], [ 'curve-special-cases' ],
[ 'path-private' ],
[ 'diff' ], [ 'diff' ],
[ 'half-float' ], [ 'half-float' ],
['rounded-rect'], [ 'misc'],
['misc'], [ 'path-private' ],
['boundingbox'], [ 'rounded-rect'],
] ]
foreach t : internal_tests foreach t : internal_tests