Files
rtems/spec/build/testsuites/libtests/math.yml
Sebastian Huber e8284a3458 build: Sort source lists
Use the Python sorted() function to sort the "source" lists.
2021-02-24 09:22:54 +01:00

23 lines
466 B
YAML

SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: test-program
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
enabled-by: true
features: c cprogram
includes:
- testsuites/libtests/math
ldflags: []
links: []
source:
- testsuites/libtests/math/domath.c
- testsuites/libtests/math/init.c
stlib:
- m
target: testsuites/libtests/math.exe
type: build
use-after: []
use-before: []