4paradigm / 4paradigm/OpenMLDB
Add a test to compile all test binaries
未关闭
build
test
- 主要语言
- C++
- 星标
- 1.7k
- 派生
- 331
- 平均合并
- 12 天 12 小时
- 30 天内合并 PR
- 1
描述
**Is your feature request related to a problem? Please describe.**
Many test targets look like `*_test`, but no target to compile all those test at once.
Give more fine-grained control over make targets especially when `coverage` and `example` are enabled.
**Describe the solution you'd like**
change CMakeLists
**Describe alternatives you've considered**
Nop
贡献指南
调研方向
Look at the CMakeLists.txt files to understand the current test target naming pattern (likely '*_test'). Identify where test binaries are defined and add a new target that depends on all of them. Verify by building the new target and ensuring all test binaries compile.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cmake, cpp
- 领域
- build-system, testing
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100