1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/driver_tsl4531x/Makefile
danpetry 6fcb9ad552 tests/tsl4531x: Add tests to cover API changes.
The changes to the test correspond to the change in the API and design
of the driver, as described in the previous commit and in tsl4531x.h.
2018-10-23 17:26:28 +02:00

7 lines
114 B
Makefile

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