We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725f02d commit 7141cd7Copy full SHA for 7141cd7
CMakeLists.txt
@@ -39,3 +39,6 @@ add_executable(${project_name}-test
39
)
40
target_link_libraries(${project_name}-test ${project_name}-lib)
41
add_dependencies(${project_name}-test ${project_name}-lib)
42
+
43
+enable_testing()
44
+add_test(project-tests ${project_name}-test)
0 commit comments