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

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.