From 70063414dbf2dfb64a2c7ed0d75ad65b1fb213d1 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期二, 09 六月 2020 14:43:08 +0800
Subject: [PATCH] udpate

---
 test/Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/Makefile b/test/Makefile
index 0db4118..5a35da1 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
 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