Investigate running the test suite without all tests in CI
Đang mở
enhancement
good first patch
help wanted
- Ngôn ngữ chính
- C++
- Star
- 290
- Fork
- 244
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
This was brought up in #234.
It would seem that at least the one test suite wouldn't compile without defining `EXERCISM_RUN_ALL_TESTS`, as the test suite used a global variable that was unused on the first test and everything else was `#ifdef`'d out. We should consider modifying the root CMakeLists file to compile a new test target for every test without that defined just to make sure we still pass the tests. It's a bad experience if they can't use just the initial test in the test suite.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.