From e1e97f1f98baf82efcd5825d7c7a7b4b1b2f2e40 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 13 七月 2020 19:03:21 +0800 Subject: [PATCH] udpate --- test/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/Makefile b/test/Makefile index 5981739..4b17f01 100755 --- a/test/Makefile +++ b/test/Makefile @@ -14,7 +14,7 @@ include $(ROOT)/Make.defines.$(PLATFORM) -PROGS = test_queue single_productor single_consumer multiple_queue_productor multiple_queue_consumer test_timeout +PROGS = test_queue single_productor single_consumer multiple_queue_productor multiple_queue_consumer test_timeout test_lostdata build: $(PROGS) -- Gitblit v1.8.0