1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests: enable DEVELHELP for all tests by default

This commit is contained in:
smlng 2017-11-14 11:06:57 +01:00
parent 6f67e75f90
commit ea9aecd4b5

View File

@ -5,3 +5,5 @@ endif
BOARD ?= native
RIOTBASE ?= $(CURDIR)/../..
QUIET ?= 1
# DEVELHELP enabled by default for all tests, set 0 to disable
DEVELHELP ?= 1