]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
switched name to cxxtest 870/head
authorYann Collet <cyan@fb.com>
Wed, 27 Sep 2017 19:24:13 +0000 (12:24 -0700)
committerYann Collet <cyan@fb.com>
Wed, 27 Sep 2017 19:24:13 +0000 (12:24 -0700)
Makefile

index b09da547e6d20e35bbe466f580ba912eb2495a21..5b3f5fdf780c7b48fe17503b6d801f8688ab02b0 100644 (file)
--- 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