1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/gnrc_netif
Martine Lenders 5921447291 tests: gnrc_netif: fix group join iteration macro
The `test_ipv6_group_join__ENOMEM()` tests joining multicast groups,
so we need to iterate `GNRC_NETIF_IPV6_GROUPS_NUMOF` times to fill up
all addresses, not `GNRC_NETIF_IPV6_ADDRS_NUMOF`.
2018-08-01 20:44:49 +02:00
..
tests tests: use RIOTTOOLS variable 2018-05-04 10:52:26 +02:00
common.c sys/net/gnrc/netif: adapt to netdev with iolist 2018-03-06 14:00:31 +01:00
common.h gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
main.c tests: gnrc_netif: fix group join iteration macro 2018-08-01 20:44:49 +02:00
Makefile examples, tests: Updated BOARD_INSUFFICIENT_MEMORY 2018-06-04 09:03:30 +02:00