]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/threefish.mk
changing performance measurment of blockciphers to bcal
[avr-crypto-lib.git] / mkfiles / threefish.mk
index 4e7abc362b329b119c875ffa4569021fe67909cd..f38cad10db2576ef950a186579e9c8a5df12c3f9 100644 (file)
@@ -8,8 +8,7 @@ $(ALGO_NAME)_DIR      := skein/
 $(ALGO_NAME)_OBJ      := threefish256_enc_asm.o threefish512_enc_asm.o threefish1024_enc_asm.o\
                          threefish_mix.o threefish_invmix.o \
                         threefish256_dec_asm.o threefish512_dec_asm.o threefish1024_dec_asm.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