]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/a5_1.mk
modifying some nessie test suits (mac & hash) to use less RAM
[avr-crypto-lib.git] / mkfiles / a5_1.mk
index e4264befe114d4623dad663af9f02432e904de13..078d982c54da3ec773dd52d19c5d110b9698a1e9 100644 (file)
@@ -5,8 +5,8 @@ ALGO_NAME := A51
 STREAM_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := A5_1.o
-$(ALGO_NAME)_TEST_BIN := main-a5_1-test.o debug.o uart.o serial-tools.o \
-                         nessie_stream_test.o nessie_common.o
+$(ALGO_NAME)_TEST_BIN := main-a5_1-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \
+                         nessie_stream_test.o dbz_strings.o nessie_common.o cli.o string-extras.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"