Investigate running the test suite without all tests in CI
Aberta
enhancement
good first patch
help wanted
- Linguagem predominante
- C++
- Estrelas
- 290
- Forks
- 244
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.