Split tests
Open
- Dominant language
- C++
- Stars
- 72
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
The tests are all packed into one single executable. The more code is written, the more the single executable grows.
Find a way of breaking down the test executable into multiple compile units (AKA `cpp` files) or executables.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the single test executable and the build configuration that defines it. Identify how the tests are currently compiled, then verify that the tests build and run as multiple compile units or executables without losing existing coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, testing
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100