The right way is to include the common test Makefile where the application is automatically defined.
8 lines
171 B
Makefile
8 lines
171 B
Makefile
include ../Makefile.tests_common
|
|
USEMODULE += random
|
|
|
|
USEMODULE += external_module
|
|
EXTERNAL_MODULE_DIRS += $(CURDIR)/external_module
|
|
|
|
include $(RIOTBASE)/Makefile.include
|