wangzhengquan
2020-07-16 4892aa7927086988e96918293272693a65d049b7
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 test_lostdata test_lockfree_queue
PROGS = communication
build: $(PROGS)