Add a regression test for ringbufindex APIs
This commit is contained in:
parent
b70677cce6
commit
8df0f7dd01
5 changed files with 585 additions and 0 deletions
8
regression-tests/03-base/code/Makefile
Normal file
8
regression-tests/03-base/code/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue