1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00
smlng 6a037ad004 tests: add prefix to Makefile.tests_common
- fixes name clash on macOS
    - correct naming of test coap to pkg_libcoap
2017-01-19 15:20:37 +01:00

9 lines
150 B
Makefile

APPLICATION = periph_gpio
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_gpio
USEMODULE += shell
include $(RIOTBASE)/Makefile.include