1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00
RIOT/makefiles
Gaëtan Harter bfbc9c1c45
makefiles/buildtests.inc.mk: allow overwriting make output redirection
When running tests, I often needed to modify `buildtests.inc.mk` to see the
actual errors/standard output.
This allows overwriting the default redirection of both to `/dev/null`.
It is low level and directly given to the command execution.

As it is interpreted by make, it can even be overwritten using build system
variables:

    'BUILDTEST_MAKE_REDIRECT=>/tmp/buildtest.$${board}.out 2>&1'
2018-08-08 14:34:56 +02:00
..
2018-05-29 15:21:45 -07:00
2018-06-28 14:05:33 +02:00
2018-07-23 17:29:55 +02:00
2018-05-09 18:01:51 +02:00
2017-11-06 12:01:01 +01:00
2018-07-06 18:56:33 +02:00