mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
a1fe556f02
Boards do not have enough memory to `malloc` for the test ERROR: Could not allocate the memory for the ASN.1 objects
13 lines
192 B
Makefile
13 lines
192 B
Makefile
include ../Makefile.tests_common
|
|
|
|
BOARD_BLACKLIST := wsn430-v1_3b wsn430-v1_4
|
|
|
|
USEPKG += tiny-asn1
|
|
|
|
TEST_ON_CI_WHITELIST += all
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
test:
|
|
./tests/01-run.py
|