1
0
mirror of synced 2024-06-19 19:02:49 +02:00
modern-cmake/chapters/testing.md
2018-03-29 19:30:00 +02:00

13 lines
230 B
Markdown

# Testing
## General Testing Information
In your main CMakeLists.txt you need to add the following function call (not in a subfolder):
```cmake
enable_testing()
```
Look at the subchapters for recipes for popular frameworks.