1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_adxl345/Makefile
dylad 0d279ea699 tests/adxl345: add functionnal test
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
2017-03-20 22:52:58 +01:00

8 lines
142 B
Makefile

APPLICATION = driver_adxl345
include ../Makefile.tests_common
USEMODULE += xtimer
USEMODULE += adxl345
include $(RIOTBASE)/Makefile.include