4paradigm / 4paradigm/OpenMLDB
Reduce the size of c++ test case
未關閉
enhancement
- 主要語言
- C++
- 星號
- 1.7k
- 分支
- 331
- 平均合併
- 12 天 12 小時
- 30 天內合併 PR
- 1
描述
The most of c++ case is more bigger because they linked many unused libs currently. It's better only link necessary libs when compile these case
貢獻指南
研究方向
Look at the C++ test case build configuration, likely in CMakeLists.txt or similar build files. Identify which libraries are linked and determine which are unnecessary for each test. Modify the linking directives to include only required libraries. Verify the changes by building and running the test suite to ensure they still pass.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- cmake, cpp
- 領域
- build-system, testing
- Issue 類型
- 重構
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100