mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
16 lines
358 B
Makefile
16 lines
358 B
Makefile
include ../Makefile.pkg_common
|
|
|
|
USEPKG += cn-cbor
|
|
USEMODULE += embunit
|
|
USEMODULE += fmt
|
|
USEMODULE += memarray
|
|
|
|
# Tests will fail on platforms <64 bit if not set.
|
|
# Workaround for missing overflow detection in cn-cbor.
|
|
CFLAGS += -DCBOR_NO_LL
|
|
|
|
# Skips test cases for floating point data types.
|
|
# CFLAGS += -DCBOR_NO_FLOAT
|
|
|
|
include $(RIOTBASE)/Makefile.include
|