2017-10-21 18:03:43 -04:00
|
|
|
# Testing
|
|
|
|
|
|
|
|
## General Testing Information
|
|
|
|
|
2018-03-29 19:30:00 +02:00
|
|
|
In your main CMakeLists.txt you need to add the following function call (not in a subfolder):
|
2017-10-21 18:03:43 -04:00
|
|
|
|
|
|
|
```cmake
|
2018-03-29 19:30:00 +02:00
|
|
|
enable_testing()
|
2017-10-21 18:03:43 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
|
2018-03-29 19:30:00 +02:00
|
|
|
Look at the subchapters for recipes for popular frameworks.
|