mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-29 00:11:16 +01:00
14 lines
227 B
Makefile
14 lines
227 B
Makefile
include ../Makefile.tests_common
|
|
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno
|
|
|
|
USEMODULE += hashes
|
|
USEPKG += micro-ecc
|
|
|
|
TEST_ON_CI_WHITELIST += all
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
test:
|
|
tests/01-run.py
|