diff --git a/tests/cpp/Makefile b/tests/cpp/Makefile index 94ae15fd..c2761546 100644 --- a/tests/cpp/Makefile +++ b/tests/cpp/Makefile @@ -11,7 +11,7 @@ prep: test: $(PIQI) to-proto piqi.piqi protoc --cpp_out=. piqi.piqi.proto - $(MAKE) -f Makefile.cpp + $(MAKE) -f Makefile.test #protoc --decode=piqi_org.piqi.piqi piqi.piqi.proto < piqi.piqi.pb > t.ptext ./ctest > t.ptext1 #cmp t.ptext* @@ -19,5 +19,5 @@ test: clean: rm -f piqi.piqi.* t.* - $(MAKE) -f Makefile.cpp clean + $(MAKE) -f Makefile.test clean diff --git a/tests/cpp/Makefile.cpp b/tests/cpp/Makefile.test similarity index 100% rename from tests/cpp/Makefile.cpp rename to tests/cpp/Makefile.test