1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/unittests/tests-ipv6_netif/Makefile.include
Oleg Hahm 5644102399 unittests: adapt netif tests to 1461675
Since 14616753433559bb7be7a8bed224d86d339b5fe2 an IPv6 interface doesn't have a link-local address per default any more, so tests shouldn't check for it.
2015-09-17 11:11:26 +02:00

7 lines
135 B
Makefile

USEMODULE += ipv6_addr
USEMODULE += gnrc_ipv6_netif
USEMODULE += gnrc_netif
USEMODULE += gnrc_ndp_node
CFLAGS += -DGNRC_NETIF_NUMOF=3