From 4927fc54ba529b2a1f97945b46942d0875420ae7 Mon Sep 17 00:00:00 2001 From: Alfred Klomp Date: Mon, 8 Jan 2024 22:46:03 +0100 Subject: [PATCH] wip build benchmark on windows --- test/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index edfc3eed..7ecb893a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -17,9 +17,7 @@ endif test: clean test_base64 benchmark ./test_base64 -ifeq (, $(findstring mingw, $(TARGET))) # no "/dev/urandom" on Windows ./benchmark -endif valgrind: clean test_base64 valgrind --error-exitcode=2 ./test_base64