The right way is to include the common test Makefile where the application is automatically defined.
8 lines
118 B
Makefile
8 lines
118 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += trace
|
|
|
|
BOARD_WHITELIST := native
|
|
|
|
include $(RIOTBASE)/Makefile.include
|