summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-09-19 15:10:35 (GMT)
committerBrad King <brad.king@kitware.com>2007-09-19 15:10:35 (GMT)
commit4710c7aef619b34486980c74bf226986550ae3b6 (patch)
treeb0ac64a72b9400d6d6d461038311f3960246026f /Tests/SimpleInstall
parenta347abe269c3ac065f9a9d9973c8935ac055f165 (diff)
downloadCMake-4710c7aef619b34486980c74bf226986550ae3b6.zip
CMake-4710c7aef619b34486980c74bf226986550ae3b6.tar.gz
CMake-4710c7aef619b34486980c74bf226986550ae3b6.tar.bz2
ENH: Re-enable packaging part of SimpleInstall-Stage2 test on Apple. Give it a long timeout to see what is going on.
Diffstat (limited to 'Tests/SimpleInstall')
-rw-r--r--Tests/SimpleInstall/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/CMakeLists.txt b/Tests/SimpleInstall/CMakeLists.txt
index ffbf27c..a0c442e 100644
--- a/Tests/SimpleInstall/CMakeLists.txt
+++ b/Tests/SimpleInstall/CMakeLists.txt
@@ -333,6 +333,9 @@ SET(CMAKE_INSTALL_DEBUG_LIBRARIES 1)
INCLUDE(InstallRequiredSystemLibraries)
INCLUDE(CPack)
+# Avoid disabling test on Apple to try to diagnose the problem.
+SET(CTEST_TEST_CPACK 1)
+
# disable packaging on Apple, since this includes the /Applications dir
# where a symbolic link is created by cmCPackOSXX11Generator.cxx
SET(PACKAGE_TARGET --build-target package)