diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-08 19:02:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-08 19:02:30 (GMT) |
commit | 3d44b9a354edacff4b87ccf2a950ec698798591d (patch) | |
tree | 9d34b77c305a83e66e8ba2e47f21a9bfbc4076d5 /Source/CMakeLists.txt | |
parent | c14a06c8e0087e649661e9ca445261be59729f0c (diff) | |
download | CMake-3d44b9a354edacff4b87ccf2a950ec698798591d.zip CMake-3d44b9a354edacff4b87ccf2a950ec698798591d.tar.gz CMake-3d44b9a354edacff4b87ccf2a950ec698798591d.tar.bz2 |
ENH: Add additional subdirectory to improve testing and to allow cleanup when testing cpack
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 3868811..d0c8041 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -514,7 +514,7 @@ IF(BUILD_TESTING) --build-two-config --build-options "-DCMAKE_INSTALL_PREFIX:PATH=${SimpleInstallInstallDir}" - --test-command ${SimpleInstallInstallDir}/bin/SimpleInstallExe) + --test-command ${SimpleInstallInstallDir}/MyTest/bin/SimpleInstallExe) ADD_TEST(SimpleInstall-Stage2 ${CMAKE_CTEST_COMMAND} --build-and-test "${CMake_SOURCE_DIR}/Tests/SimpleInstallS2" @@ -526,7 +526,7 @@ IF(BUILD_TESTING) --build-options "-DCMAKE_INSTALL_PREFIX:PATH=${SimpleInstallInstallDir}" "-DSTAGE2:BOOL=1" - --test-command ${SimpleInstallInstallDir}/bin/SimpleInstallS2) + --test-command ${SimpleInstallInstallDir}/MyTest/bin/SimpleInstallS2) ADD_TEST(X11 ${CMAKE_CTEST_COMMAND} --build-and-test |