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 摘要。