From 07e35d14230a75e7650f838c534c141de5401f09 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 09 六月 2020 17:41:27 +0800 Subject: [PATCH] update --- test/Makefile | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index 0db4118..be2e246 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 += -lpthread -ljsoncpp -lnanomsg LIB_NETDISK = libnetdisk.a DLIB_NETDISK = libnetdisk.so PLATFORM=$(shell $(ROOT)/systype.sh) @@ -12,7 +13,7 @@ -all: test_file test_io +all: download1 test_file test_io profile test_json test_file: test_file.c -- Gitblit v1.8.0