Questions
Answer the following questions to test your knowledge of this chapter:
- How are tests defined in CMake?
- How can CTest be told to execute a specific test?
- How can an unstable test be repeated until it either succeeds or fails?
- How are tests run in parallel and in random order?
- How can you prevent multiple tests from using a unique test resource at the same time?
- How are static code analyzers enabled for targets?
- How are custom build types defined?