1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00
Marian Buschsieweke c6450c702d
makefiles: add $(call max_number, <NUMS>) shell function
This can be used to get the highest value out of a list of numeric
numbers in a Makefile variable separated by whitespace.
2025-12-08 15:10:04 +01:00
..
2025-11-18 12:39:05 +01:00

Build system utils tests

This test checks the build system 'utils' functions declared in makefiles/utils.

The test output says nothing in case of success.

Note

It should not be necessary to compile but this simplifies the integration in murdock for the moment. Also there will be other tests that may need to check the result of the compilation.