Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Mesosphere Sprint 20, Mesosphere Sprint 21
-
1
Description
'make check' allows one to build and run the test suite. However, often we just want to build the tests. Currently, this is done by setting GTEST_FILTER to an empty string.
It will be nice to have a dedicated target such as 'make tests' that allows one to build the test suite without running it.