1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 00:32:44 +01:00
RIOT/tests/pkg_micro-ecc-with-hwrng/Makefile

13 lines
184 B
Makefile

include ../Makefile.tests_common
FEATURES_REQUIRED = periph_hwrng
USEPKG += micro-ecc
CFLAGS += -DFEATURE_PERIPH_HWRNG
include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py