Skip to content

Commit

Permalink
tests: add gnrc_sixlowpan_frag_minfwd tests for IPHC reception
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Dec 1, 2020
1 parent e9d34e2 commit 6767e91
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 2 deletions.
5 changes: 5 additions & 0 deletions tests/gnrc_sixlowpan_frag_minfwd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ USEMODULE += netdev_test
CFLAGS += -DTEST_SUITES

include $(RIOTBASE)/Makefile.include

ifndef CONFIG_GNRC_IPV6_NIB_NO_RTR_SOL
# disable router solicitations so they don't interfere with the tests
CFLAGS += -DCONFIG_GNRC_IPV6_NIB_NO_RTR_SOL=1
endif
3 changes: 3 additions & 0 deletions tests/gnrc_sixlowpan_frag_minfwd/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONFIG_KCONFIG_USEMODULE_GNRC_IPV6_NIB=y
# disable router solicitations so they don't interfere with the tests
CONFIG_GNRC_IPV6_NIB_NO_RTR_SOL=y
Loading

0 comments on commit 6767e91

Please sign in to comment.