Added regression tests that test IPv6 fragmentation
This commit is contained in:
parent
f5307fc01e
commit
b6770b9de8
22 changed files with 2258 additions and 0 deletions
7
regression-tests/11-ipv6/code/receiver/Makefile
Normal file
7
regression-tests/11-ipv6/code/receiver/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
CONTIKI=../../../..
|
||||
|
||||
WITH_UIP6=1
|
||||
UIP_CONF_IPV6=1
|
||||
CFLAGS+= -DUIP_CONF_IPV6_RPL -DPROJECT_CONF_H=\"project-conf.h\"
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
Loading…
Add table
Add a link
Reference in a new issue