From: Przemyslaw Skibinski Date: Thu, 3 Nov 2016 14:38:13 +0000 (+0100) Subject: fixed MinGW compilation (2) X-Git-Tag: v1.1.2~88^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9adf7bfd8ae433b19aeea50ff0986e329412d3a0;p=thirdparty%2Fzstd.git fixed MinGW compilation (2) --- diff --git a/tests/Makefile b/tests/Makefile index 80e11d6b0..26ae60078 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -50,12 +50,11 @@ ZDICT_FILES := $(ZSTDDIR)/dictBuilder/*.c # Define *.exe as extension for Windows systems ifneq (,$(filter Windows%,$(OS))) EXT =.exe -VOID = nul else EXT = -VOID = /dev/null endif +VOID = /dev/null ZBUFFTEST = -T2mn FUZZERTEST= -T5mn ZSTDRTTEST= --test-large-data