ENH: use correct project name

This commit is contained in:
Bill Hoffman 2006-11-27 16:15:28 -05:00
parent f2e8fd06c2
commit 1ae24c15c3
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ IF(BUILD_TESTING)
--build-two-config --build-two-config
--build-generator ${CMAKE_TEST_GENERATOR} --build-generator ${CMAKE_TEST_GENERATOR}
--build-makeprogram ${CMAKE_TEST_MAKEPROGRAM} --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
--build-project TestTar --build-project TargetName
--test-command ${CMAKE_COMMAND} -E compare_files --test-command ${CMAKE_COMMAND} -E compare_files
${CMake_SOURCE_DIR}/Tests/TargetName/scripts/hello_world ${CMake_SOURCE_DIR}/Tests/TargetName/scripts/hello_world
${CMake_BINARY_DIR}/Tests/TargetName/scripts/hello_world) ${CMake_BINARY_DIR}/Tests/TargetName/scripts/hello_world)