Added NXP JN516x regression testing
This commit is contained in:
parent
4811bb8edb
commit
36f6ce7b82
2 changed files with 33 additions and 0 deletions
16
regression-tests/22-compile-nxp-ports/Makefile
Normal file
16
regression-tests/22-compile-nxp-ports/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
EXAMPLESDIR=../../examples
|
||||
TOOLSDIR=../../tools
|
||||
|
||||
# build jn516x examples, covering IPv6, RPL, CoAP, Rime, Nullrdc, Contikimac
|
||||
EXAMPLES = \
|
||||
jn516x/dr1175-sensors/jn516x \
|
||||
jn516x/rime/jn516x \
|
||||
jn516x/rpl/border-router/jn516x \
|
||||
jn516x/rpl/node/jn516x \
|
||||
jn516x/rpl/coap-dongle-node/jn516x \
|
||||
jn516x/rpl/coap-dr1175-node/jn516x \
|
||||
jn516x/rpl/coap-dr1199-node/jn516x
|
||||
|
||||
TOOLS=
|
||||
|
||||
include ../Makefile.compile-test
|
Loading…
Add table
Add a link
Reference in a new issue