]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/aes192.mk
some modifications in test suits
[avr-crypto-lib.git] / mkfiles / aes192.mk
index 81dda2f9218d427b08817877797dc6bc77fbb928..37b7d9b23da3583533fde91e7ed436f14eb546c0 100644 (file)
@@ -7,8 +7,8 @@ BLOCK_CIPHERS += $(ALGO_NAME)
 $(ALGO_NAME)_DIR      := aes/
 $(ALGO_NAME)_OBJ      := aes_enc.o aes_dec.o aes_sbox.o aes_invsbox.o \
                          aes_keyschedule.o gf256mul.o aes192_enc.o aes192_dec.o
-$(ALGO_NAME)_TEST_BIN := main-aes192-test.o $(CLI_STD) \
-                         nessie_bc_test.o nessie_common.o performance_test.o
+$(ALGO_NAME)_TEST_BIN := main-aes192-test.o $(CLI_STD) $(BCAL_STD) \
+                         bcal_aes192.o
 $(ALGO_NAME)_NESSIE_TEST      := test nessie
 $(ALGO_NAME)_PERFORMANCE_TEST := performance