From 114c53f58d535d9fab158ed669646a0aae5f078a Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 12 六月 2020 14:56:34 +0800 Subject: [PATCH] commit --- test/Makefile | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Makefile b/test/Makefile index 0db4118..c8fa824 100755 --- a/test/Makefile +++ b/test/Makefile @@ -4,7 +4,8 @@ ROOT=.. LDLIBS+=-Wl,-rpath=../hclib:../hclib/HCNetSDKCom:../common LDDIR += -L$(ROOT)/hcnetdisk_wrapper -L../hclib -L../hclib/HCNetSDKCom -LDLIBS += -lhcnetsdk -lhpr -lHCCore -lpthread +LDLIBS += -lhcnetsdk -lhpr -lHCCore +LDLIBS += -ljsoncpp -lnng -lpthread LIB_NETDISK = libnetdisk.a DLIB_NETDISK = libnetdisk.so PLATFORM=$(shell $(ROOT)/systype.sh) @@ -12,9 +13,8 @@ -all: test_file test_io +all: nng/reqrep test -test_file: test_file.c clean: rm -f test *.o a.out core temp.* *.a *.so -- Gitblit v1.8.0