cpp-best-practices / cpp-best-practices/cmake_template

ctest run tests from dependencies

Open
#62 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
CMake
Stars
1.8k
Forks
204
PR merge metrics
No merged PRs in 30d

Description

```
ctest -C ${{matrix.build_type}} -j ${{env.nproc}}
```

In the CI runs every test from all dependencies, I realized that it imports almost a thousand tests from Eigen.

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.