]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/present.mk
changing performance measurment of blockciphers to bcal
[avr-crypto-lib.git] / mkfiles / present.mk
index 3c73f82763d99e66c243621e64849c3fdd9009f0..3fd2d91c9a419fe2ba362874edcb1364d5e86976 100644 (file)
@@ -6,8 +6,7 @@ BLOCK_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_DIR      := present/
 $(ALGO_NAME)_OBJ      := present.o
-$(ALGO_NAME)_TEST_BIN := main-present-test.o $(CLI_STD) \
-                         nessie_bc_test.o nessie_common.o performance_test.o
+$(ALGO_NAME)_TEST_BIN := main-present-test.o bcal_present.o $(CLI_STD) $(BCAL_STD)
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"