mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
b044e46207
This is now automatically managed by the arch 32 feature requirement at pkg dependencies level
16 lines
360 B
Makefile
16 lines
360 B
Makefile
include ../Makefile.tests_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
|