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/benchmarks/dhrystone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/build/testsuites/benchmarks') diff --git a/spec/build/testsuites/benchmarks/dhrystone.yml b/spec/build/testsuites/benchmarks/dhrystone.yml index a52a997a7e..e62d814749 100644 --- a/spec/build/testsuites/benchmarks/dhrystone.yml +++ b/spec/build/testsuites/benchmarks/dhrystone.yml @@ -11,9 +11,9 @@ includes: [] ldflags: [] links: [] source: -- testsuites/benchmarks/dhrystone/init.c - testsuites/benchmarks/dhrystone/dhry_1.c - testsuites/benchmarks/dhrystone/dhry_2.c +- testsuites/benchmarks/dhrystone/init.c stlib: [] target: testsuites/benchmarks/dhrystone.exe type: build -- cgit v1.2.3