nrf52dk: regression tests
This commit is contained in:
parent
38481c513d
commit
2d45a4207a
2 changed files with 32 additions and 0 deletions
19
regression-tests/23-compile-nrf52-ports/Makefile
Normal file
19
regression-tests/23-compile-nrf52-ports/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
EXAMPLESDIR=../../examples
|
||||
TOOLSDIR=../../tools
|
||||
|
||||
# Note, that SERVER_IPV6_ADDR variable is set to ffff on purpose
|
||||
# even though it's not a valid IPV6 address. This is due to limitation
|
||||
# of the testing framework which splits compliation arguments using
|
||||
# a colon.
|
||||
|
||||
EXAMPLES = \
|
||||
hello-world/nrf52dk \
|
||||
nrf52dk/blink-hello/nrf52dk \
|
||||
nrf52dk/coap-demo/nrf52dk:coap-server \
|
||||
nrf52dk/coap-demo/nrf52dk:coap-client:SERVER_IPV6_ADDR=ffff \
|
||||
nrf52dk/mqtt-demo/nrf52dk \
|
||||
nrf52dk/timer-test/nrf52dk
|
||||
|
||||
TOOLS=
|
||||
|
||||
include ../Makefile.compile-test
|
Loading…
Add table
Add a link
Reference in a new issue