X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Farcfour_c.mk;h=7f7097783ef7225011d4b31305a92736c092976a;hb=0076b72ccd398bf7571c5144ba36eda8a24f6c70;hp=21061a5eedc1e6697868a0528c88e95e1ae3730a;hpb=2159c273c9d3361571a6ff1ab63d9bc76582fbab;p=avr-crypto-lib.git diff --git a/mkfiles/arcfour_c.mk b/mkfiles/arcfour_c.mk index 21061a5..7f70977 100644 --- a/mkfiles/arcfour_c.mk +++ b/mkfiles/arcfour_c.mk @@ -6,7 +6,8 @@ STREAM_CIPHERS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := arcfour.o $(ALGO_NAME)_TEST_BIN := main-arcfour-test.o debug.o uart.o serial-tools.o \ - nessie_stream_test.o nessie_common.o + nessie_stream_test.o nessie_common.o cli.o \ + performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"