1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/pkg_oonf_api/Makefile
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

13 lines
246 B
Makefile

APPLICATION = pkg_oonf_api
include ../Makefile.tests_common
BOARD_WHITELIST := native
USEMODULE += gnrc_ipv6
USEMODULE += gnrc_conn_udp
USEMODULE += oonf_common
USEMODULE += oonf_rfc5444
USEPKG += oonf_api
include $(RIOTBASE)/Makefile.include