From: Yann Collet Date: Wed, 27 Sep 2017 19:24:13 +0000 (-0700) Subject: switched name to cxxtest X-Git-Tag: v1.3.2~3^2~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F870%2Fhead;p=thirdparty%2Fzstd.git switched name to cxxtest --- diff --git a/Makefile b/Makefile index b09da547e..5b3f5fdf7 100644 --- a/Makefile +++ b/Makefile @@ -179,9 +179,9 @@ ppcfuzz: clean ppc64fuzz: clean CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc64-static MOREFLAGS="-m64 -static" FUZZER_FLAGS=--no-big-tests $(MAKE) -C $(TESTDIR) fuzztest -.PHONY: cpptest -cpptest: CXXFLAGS += -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror -cpptest: clean +.PHONY: cxxtest +cxxtest: CXXFLAGS += -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror +cxxtest: clean $(MAKE) -C $(PRGDIR) all CC="$(CXX) -Wno-deprecated" CFLAGS="$(CXXFLAGS)" # adding -Wno-deprecated to avoid clang++ warning on dealing with C files directly gcc5test: clean