Add a regression test for ringbufindex APIs

This commit is contained in:
Yasuyuki Tanaka 2017-01-11 20:49:50 +01:00
parent b70677cce6
commit 8df0f7dd01
5 changed files with 585 additions and 0 deletions

View file

@ -0,0 +1,8 @@
all: test-ringbufindex
CFLAGS += -D PROJECT_CONF_H=\"project-conf.h\"
APPS += unit-test
CONTIKI = ../../..
CONTIKI_WITH_IPV6 = 1
include $(CONTIKI)/Makefile.include