mirror of
1
0
Fork 0
modern-cmake/chapters/testing.md

230 B

Testing

General Testing Information

In your main CMakeLists.txt you need to add the following function call (not in a subfolder):

enable_testing()

Look at the subchapters for recipes for popular frameworks.