wangzhengquan
2020-07-20 f75a37444e7a97fb58439077eea4d1b3c576bfe3
test/Makefile
@@ -2,11 +2,11 @@
# Makefile for common library.
#
ROOT=..
#LDLIBS+=-Wl,-rpath=$(ROOT)/common:$(ROOT)/lib/jsoncpp
LDLIBS+=-Wl,-rpath=$(ROOT)/queue:$(ROOT)/lib
# 开源工具包路径
LDDIR += -L$(ROOT)/queue
# 开源工具包
LDLIBS += -lshm_queue -lpthread
LDLIBS += -lshm_queue -lusgcommon -lpthread
INCLUDE += -I$(ROOT)/queue/ -I$(ROOT)/queue/include
@@ -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 = communication
build: $(PROGS)