exercism / exercism/cpp

Investigate running the test suite without all tests in CI

Open
#236 1 comment 0 reactions 0 assignees View on GitHub
enhancement good first patch help wanted
Dominant language
C++
Stars
290
Forks
244
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.