From bf17db04a093ca277c421ea7d24fe2a050963dca Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期三, 10 六月 2020 18:25:38 +0800 Subject: [PATCH] version 1 --- test/Makefile | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/Makefile b/test/Makefile index be2e246..8080681 100755 --- a/test/Makefile +++ b/test/Makefile @@ -5,7 +5,7 @@ LDLIBS+=-Wl,-rpath=../hclib:../hclib/HCNetSDKCom:../common LDDIR += -L$(ROOT)/hcnetdisk_wrapper -L../hclib -L../hclib/HCNetSDKCom LDLIBS += -lhcnetsdk -lhpr -lHCCore -LDLIBS += -lpthread -ljsoncpp -lnanomsg +LDLIBS += -ljsoncpp -lnng -lpthread LIB_NETDISK = libnetdisk.a DLIB_NETDISK = libnetdisk.so PLATFORM=$(shell $(ROOT)/systype.sh) @@ -13,9 +13,8 @@ -all: download1 test_file test_io profile test_json +all: nng/reqrep -test_file: test_file.c clean: rm -f test *.o a.out core temp.* *.a *.so -- Gitblit v1.8.0