X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fentropium.mk;h=f6c16f6d706705f2e11fa8101a552d9b66cb5287;hb=84f2f6e7530dcf41cda0c598019d600bd908b79f;hp=e5806c3073416ea1f5f4bcb441059379bc21faf5;hpb=2159c273c9d3361571a6ff1ab63d9bc76582fbab;p=avr-crypto-lib.git diff --git a/mkfiles/entropium.mk b/mkfiles/entropium.mk index e5806c3..f6c16f6 100644 --- a/mkfiles/entropium.mk +++ b/mkfiles/entropium.mk @@ -5,9 +5,9 @@ ALGO_NAME := ENTROPIUM PRNGS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := entropium.o sha256-asm.o -$(ALGO_NAME)_TEST_BIN := main-entropium-test.o debug.o uart.o serial-tools.o \ - cli.o performance_test.o +$(ALGO_NAME)_TEST_BIN := main-entropium-test.o debug.o uart.o hexdigit_tab.o \ + cli.o string-extras.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance"