]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/threefish_small.mk
changing performance measurment of blockciphers to bcal
[avr-crypto-lib.git] / mkfiles / threefish_small.mk
index 9899f2131baa4ab9cad94167d888c07d027e62f9..bdb04383f3a1b5b396f7f6f5ec7b08b7d7c5304b 100644 (file)
@@ -8,8 +8,7 @@ $(ALGO_NAME)_DIR      := skein/
 $(ALGO_NAME)_OBJ      := threefish256_enc_small.o threefish512_enc.o threefish1024_enc.o\
                          threefish_mix.o threefish_mix_4c.o threefish_invmix_c.o \
                         threefish256_dec.o threefish512_dec.o threefish1024_dec.o
-$(ALGO_NAME)_TEST_BIN := main-threefish-test.o $(CLI_STD) \
-                         nessie_bc_test.o nessie_common.o performance_test.o
+$(ALGO_NAME)_TEST_BIN := main-threefish-test.o bcal_threefish256.o bcal_threefish512.o bcal_threefish1024.o $(CLI_STD) $(BCAL_STD)
 $(ALGO_NAME)_NESSIE_TEST      := test nessie
 $(ALGO_NAME)_PERFORMANCE_TEST := performance