1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-21 20:43:50 +01:00
Alexandre Abadie 49f1f4a9e0
tests: don't define APPLICATION in application Makefile
The right way is to include the common test Makefile where the application is automatically defined.
2019-11-05 07:59:57 +01:00

7 lines
114 B
Makefile

include ../Makefile.tests_common
USEMODULE += tps6274x
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include