From e8284a34582703f0bc441ea8926eb1839214a477 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Feb 2021 19:38:38 +0100 Subject: build: Sort source lists Use the Python sorted() function to sort the "source" lists. --- spec/build/testsuites/sptests/sp17.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/build/testsuites/sptests/sp17.yml') diff --git a/spec/build/testsuites/sptests/sp17.yml b/spec/build/testsuites/sptests/sp17.yml index 75c60b994b..3a254fcadf 100644 --- a/spec/build/testsuites/sptests/sp17.yml +++ b/spec/build/testsuites/sptests/sp17.yml @@ -11,8 +11,8 @@ includes: [] ldflags: [] links: [] source: -- testsuites/sptests/sp17/init.c - testsuites/sptests/sp17/asr.c +- testsuites/sptests/sp17/init.c - testsuites/sptests/sp17/task1.c - testsuites/sptests/sp17/task2.c stlib: [] -- cgit v1.2.3