Skip to content

Commit

Permalink
tests: provide tests for libschc
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 2, 2023
1 parent 566066a commit 9459e29
Show file tree
Hide file tree
Showing 6 changed files with 1,694 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
/tests/driver_dht/ @wosym
/tests/gnrc* @miri64
/tests/lwip* @miri64
/tests/pkg_libschc/ @miri64
/tests/slip/ @miri64
/tests/unittests @miri64
/tests/*/tests/*.py @miri64
Expand Down
22 changes: 22 additions & 0 deletions tests/pkg_libschc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
include ../Makefile.tests_common

USEMODULE += embunit
USEMODULE += event
USEMODULE += event_timeout_ztimer
USEMODULE += event_thread
USEMODULE += fmt
USEMODULE += ipv6_addr
USEMODULE += od
USEMODULE += shell
USEMODULE += ztimer_msec

USEPKG += libschc
USEMODULE += libschc_coap

CFLAGS += -DEVENT_THREAD_STACKSIZE_DEFAULT=THREAD_STACKSIZE_DEFAULT

DEBUG_TESTS ?= 0

$(call target-export-variables, test, DEBUG_TESTS)

include $(RIOTBASE)/Makefile.include
10 changes: 10 additions & 0 deletions tests/pkg_libschc/Makefile.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
BOARD_INSUFFICIENT_MEMORY := \
nucleo-f031k6 \
nucleo-f042k6 \
nucleo-l011k4 \
nucleo-l031k6 \
samd10-xmini \
stk3200 \
stm32f030f4-demo \
stm32g0316-disco \
#
Loading

0 comments on commit 9459e29

Please # to comment.