TSCH: add a regression test for tsch_queue_flush_nbr_queue()
This commit is contained in:
parent
effdc6e212
commit
8b77c5ef4c
8 changed files with 447 additions and 0 deletions
11
regression-tests/27-tsch/code/Makefile
Normal file
11
regression-tests/27-tsch/code/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
all:
|
||||
|
||||
CFLAGS += -D PROJECT_CONF_H=\"project-conf.h\"
|
||||
APPS += unit-test
|
||||
MODULES += core/net/mac/tsch core/net/mac/tsch/sixtop
|
||||
|
||||
PROJECT_SOURCEFILES += common.c
|
||||
|
||||
CONTIKI = ../../..
|
||||
CONTIKI_WITH_IPV6 = 1
|
||||
include $(CONTIKI)/Makefile.include
|
Loading…
Add table
Add a link
Reference in a new issue