TSCH: add a regression test for tsch_queue_flush_nbr_queue()

This commit is contained in:
Yasuyuki Tanaka 2017-02-10 16:57:04 +01:00
parent effdc6e212
commit 8b77c5ef4c
8 changed files with 447 additions and 0 deletions

View 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