summaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorlijia <[email protected]>2021-08-27 19:01:12 +0800
committerlijia <[email protected]>2021-08-27 19:01:12 +0800
commit7e5da38df4d09d023e33354a57938ea262d3caf8 (patch)
tree035e410e37840848212d27b944e376c20aae69e1 /test/CMakeLists.txt
parenta9d2ac9d06f522992e9570e97f5e02ed9a7ed277 (diff)
TSG-7563, 修复GREv0版本测试环境sapp反向发送RST失败BUG;
sysinfo.log增加多线程tid, PSR 状态展示; sapp -e sapp.toml功能, 改成脚本自动生成.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 44f4847..f599979 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -41,9 +41,11 @@ add_custom_command(OUTPUT libtest_phony.a
COMMAND ar -x ${CMAKE_BINARY_DIR}/src/support/MESA_sleep/libMESA_sleep.a
COMMAND ar -x ${CMAKE_BINARY_DIR}/src/support/dpdk_rte_hash/libdpdk_ip_hash.a
COMMAND ar -x ${CMAKE_BINARY_DIR}/src/sapp_dev/libsapp_dev.a
+ COMMAND ar -x ${CMAKE_BINARY_DIR}/src/support/cpu_limit/libcpu_limit.a
COMMAND ar -x ${CMAKE_BINARY_DIR}/vendor/libdabloom/lib/libdablooms.a
COMMAND ar -x ${CMAKE_BINARY_DIR}/vendor/libevent/lib/libevent.a
- COMMAND ar -rc libsapp_devel.a *.o
+
+ COMMAND ar -rc libsapp_devel.a *.o
#COMMAND cp libsapp_devel.a /opt/MESA/lib/
)