From b571be216d047daac09618942b0ae3380e24e63c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 7 Nov 2014 17:30:42 +0100 Subject: something seems to be wrong in libkeccak_f_round (not libkeccak_f_round64), but I have not figured out what MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1955988..82b8f36 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ obj/benchmark.o: src/benchmark.c src/libkeccak/*.h src/libkeccak.h .PHONY: check -check: bin/test +check: bin/test bin/libkeccak.so @test $$(sha256sum LICENSE | cut -d ' ' -f 1) = \ 57c8ff33c9c0cfc3ef00e650a1cc910d7ee479a8bc509f6c9209a7c2a11399d6 || \ ( echo 'The file LICENSE is incorrect, test will fail!' ; false ) @@ -108,7 +108,7 @@ check: bin/test .PHONY: run-benchmark -run-benchmark: bin/benchmark +run-benchmark: bin/benchmark bin/libkeccak.so for i in $$(seq 7) ; do env LD_LIBRARY_PATH=bin bin/benchmark ; done | median -- cgit v1.2.3-70-g09d2