X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=cast5.mk;h=b2b671b561b05794801c1f5cff9b48a6cac7f23f;hb=2aee09dcaf731b4086e7cdb865ee77b2715ce751;hp=2969c828a7474bc5df99e68316ed32f497559fa2;hpb=d4b9cfc34ce9f08df95df2933627e4e04337d36d;p=avr-crypto-lib.git diff --git a/cast5.mk b/cast5.mk index 2969c82..b2b671b 100644 --- a/cast5.mk +++ b/cast5.mk @@ -5,8 +5,8 @@ ALGO_NAME := CAST5 BLOCK_CIPHERS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := cast5.o -$(ALGO_NAME)_TEST_BIN := main-cast5-test.o debug.o uart.o serial-tools.o \ - cast5.o nessie_bc_test.o nessie_common.o +$(ALGO_NAME)_TEST_BIN := main-cast5-test.o debug.o uart.o serial-tools.o cli.o\ + cast5.o nessie_bc_test.o nessie_common.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"