exercism / exercism/cpp

Investigate running the test suite without all tests in CI

未关闭
#236 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement good first patch help wanted
主要语言
C++
星标
290
派生
244
PR 合并指标
30 天内没有已合并 PR

描述

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.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。