]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - des.mk
insereated GPLv3 stub
[avr-crypto-lib.git] / des.mk
diff --git a/des.mk b/des.mk
index f78040b83c80958240a31972bbcc301ab3fa3288..2cc8d7c6eb81603604628bfdb6ab4a9faae04b85 100644 (file)
--- a/des.mk
+++ b/des.mk
@@ -5,7 +5,8 @@ ALGO_NAME := DES
 BLOCK_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := des.o
-$(ALGO_NAME)_TEST_BIN := main-des-test.o debug.o uart.o serial-tools.o des.o
+$(ALGO_NAME)_TEST_BIN := main-des-test.o debug.o uart.o serial-tools.o des.o \
+                         nessie_bc_test.o nessie_common.o cli.o performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"