rename cmake "Profile" to "Coverage" and add builds

This commit is contained in:
Daniel Agar
2017-02-24 11:37:03 -05:00
parent fb87165051
commit 5f2f6f0308
4 changed files with 90 additions and 53 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ foreach(test_name ${tests})
add_dependencies(test_build ${test_name})
endforeach()
if (${CMAKE_BUILD_TYPE} STREQUAL "Profile")
if (${CMAKE_BUILD_TYPE} STREQUAL "Coverage")
add_custom_target(coverage_build
COMMAND ${CMAKE_CTEST_COMMAND}