1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_cn-cbor/Makefile
Alexandre Abadie b044e46207
tests/pkg_cn-cbor: remove useless board blacklist
This is now automatically managed by the arch 32 feature requirement at pkg dependencies level
2019-10-30 11:43:39 +01:00

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