]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/hmac-sha256.mk
a first idea of twister (only 224 and 256 bit) more comming soon
[avr-crypto-lib.git] / mkfiles / hmac-sha256.mk
index fe14892886cdb0d011f9b9207f56bb4953fa1873..4bed2fab33173ef757fe80d8d9ce02801a7b2ce2 100644 (file)
@@ -6,7 +6,7 @@ MACS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := hmac-sha256.o sha256-asm.o
 $(ALGO_NAME)_TEST_BIN := main-hmac-sha256-test.o debug.o uart.o serial-tools.o \
-                         nessie_mac_test.o nessie_common.o
+                         nessie_mac_test.o nessie_common.o cli.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"