From: Rohit Jain Date: Fri, 12 Oct 2018 18:36:02 +0000 (-0700) Subject: Fixing poolTests, I will understand about cmake and VStudio and push them in a later... X-Git-Tag: v1.3.8~72^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=535226cadbca08cee67a40505482489aca4e681b;p=thirdparty%2Fzstd.git Fixing poolTests, I will understand about cmake and VStudio and push them in a later commit --- diff --git a/tests/Makefile b/tests/Makefile index ffac3d4f8..da68bddcf 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -233,7 +233,7 @@ else $(CC) $(FLAGS) $< -o $@$(EXT) -Wl,-rpath=$(ZSTDDIR) $(ZSTDDIR)/libzstd.so # broken on Mac endif -poolTests : poolTests.c $(ZSTDDIR)/common/pool.c $(ZSTDDIR)/common/threading.c $(ZSTDDIR)/common/zstd_common.c $(ZSTDDIR)/common/error_private.c +poolTests : $(PRGDIR)/util.c poolTests.c $(ZSTDDIR)/common/pool.c $(ZSTDDIR)/common/threading.c $(ZSTDDIR)/common/zstd_common.c $(ZSTDDIR)/common/error_private.c $(CC) $(FLAGS) $(MULTITHREAD) $^ -o $@$(EXT) .PHONY: versionsTest