summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig/Executable/complex.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-03-03 23:46:52 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-03-03 23:46:52 (GMT)
commit16b65d86c9842b04cf1abda0604a23956f5a7e33 (patch)
tree35ab79a5ff825ecb81490d40f95f6f342478bcfd /Tests/ComplexOneConfig/Executable/complex.cxx
parentded7d151446dd889956c294188c7bf65e3063e96 (diff)
downloadCMake-16b65d86c9842b04cf1abda0604a23956f5a7e33.zip
CMake-16b65d86c9842b04cf1abda0604a23956f5a7e33.tar.gz
CMake-16b65d86c9842b04cf1abda0604a23956f5a7e33.tar.bz2
ENH: try and debug the failed test on the continuous
Diffstat (limited to 'Tests/ComplexOneConfig/Executable/complex.cxx')
-rw-r--r--Tests/ComplexOneConfig/Executable/complex.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Executable/complex.cxx b/Tests/ComplexOneConfig/Executable/complex.cxx
index 3a9f150..6c62da3 100644
--- a/Tests/ComplexOneConfig/Executable/complex.cxx
+++ b/Tests/ComplexOneConfig/Executable/complex.cxx
@@ -52,6 +52,7 @@ bool TestLibraryOrder(bool shouldFail)
std::vector<cmStdString> sortedpaths;
std::vector<cmStdString> linkItems;
cmOrderLinkDirectories orderLibs;
+ orderLibs.DebugOn();
orderLibs.AddLinkExtension(".so");
orderLibs.AddLinkExtension(".a");
orderLibs.SetLinkInformation(target, cmTarget::GENERAL, "A");