From 303a72e78c4efe871a51ff68c56e06296bc802e5 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 6 Jan 2024 14:38:10 +0100 Subject: [PATCH] Update Makefile --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile b/test/Makefile index 7ecb893a..edfc3eed 100644 --- a/test/Makefile +++ b/test/Makefile @@ -17,7 +17,9 @@ 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