Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakeLists.txt: Move coverage report generation macro into basefolder's ↵ | Mike Gabriel | 2021-05-04 | 1 | -7/+0 |
| | | | | | | | | CMakeLists.txt file. With the previous approach, only coverage of the tests/ subfolder was reported (which always should be 100%). With this change, also coverage of the files in src/ is reported. | ||||
* | tests/CMakeLists.txt: Unit tests may only run and build if shared library ↵ | Mike Gabriel | 2021-04-21 | 1 | -0/+1 |
| | | | | target has been built. | ||||
* | tests/CMakeLists.txt: Build unit tests with --no-pie CXXFLAG. | Mike Gabriel | 2021-04-21 | 1 | -0/+2 |
| | |||||
* | tests/: Port to using GMock cmake package from cmake-extras. | Mike Gabriel | 2021-04-21 | 1 | -3/+17 |
| | |||||
* | {tests/,}CMakeLists.txt: Add ENABLE_COVERAGE build option. | Mike Gabriel | 2021-04-21 | 1 | -3/+5 |
| | |||||
* | Add CMakeLists.txt files. | Robert Tari | 2021-04-21 | 1 | -0/+13 |