From 27a32410481fc10e789315b3a1dab88a33020270 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 16 六月 2020 15:45:37 +0800 Subject: [PATCH] finished bipc --- bipc/Makefile | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/bipc/Makefile b/bipc/Makefile index db7b85b..d7e7051 100644 --- a/bipc/Makefile +++ b/bipc/Makefile @@ -16,7 +16,7 @@ include $(ROOT)/Make.defines.$(PLATFORM) -PROGS = test_survey test_survey2 test_pubsub +PROGS = test_survey test_survey2 test_pubsub test_pullpush test_pair test_bus test_reqrep build: $(PROGS) @@ -26,6 +26,14 @@ test_pubsub: test_pubsub.c bipc.c +test_pullpush: test_pullpush.c bipc.c + +test_pair: test_pair.c bipc.c + +test_bus: test_bus.c bipc.c + +test_reqrep: test_reqrep.c bipc.c + clean: rm -f $(TEMPFILES) $(PROGS) -- Gitblit v1.8.0