1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
RIOT/tests/sys_crypto/Makefile
2019-11-22 19:21:06 +01:00

10 lines
168 B
Makefile

include ../Makefile.tests_common
USEMODULE += embunit
USEMODULE += crypto
USEMODULE += cipher_modes
CFLAGS += -DCRYPTO_THREEDES
include $(RIOTBASE)/Makefile.include