1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_tiny-asn1/Makefile
Gaëtan Harter a1fe556f02
tests/pkg_tiny-asn1: blacklist wsn430 boards
Boards do not have enough memory to `malloc` for the test

    ERROR: Could not allocate the memory for the ASN.1 objects
2018-04-26 16:53:07 +02:00

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