1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_fff/Makefile
2021-11-02 18:01:21 +01:00

6 lines
194 B
Makefile

include ../Makefile.tests_common
USEPKG += fff
# If periph_i2c is pulled in the real implementation conflicts with the mock
FEATURES_BLACKLIST += periph_i2c
include $(RIOTBASE)/Makefile.include