The right way is to include the common test Makefile where the application is automatically defined.
9 lines
150 B
Makefile
9 lines
150 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += printf_float
|
|
USEMODULE += xtimer
|
|
|
|
#DISABLE_MODULE += cortexm_fpu
|
|
|
|
include $(RIOTBASE)/Makefile.include
|