Renamed test suite in CMakeLists.txt

checksum-failure-logging
EricLiu2000 2019-07-23 17:20:25 -04:00
parent 199bd2b144
commit 42a5d525ce
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ if(BUILD_TESTS)
enable_testing() enable_testing()
add_test(NAME plshelpme COMMAND runTests) add_test(NAME testSuite COMMAND runTests)
endif() endif()
set(CPACK_PROJECT_NAME ${PROJECT_NAME}) set(CPACK_PROJECT_NAME ${PROJECT_NAME})