ENH: try and debug the failed test on the continuous

This commit is contained in:
Bill Hoffman
2005-03-03 18:46:52 -05:00
parent ded7d15144
commit 16b65d86c9
5 changed files with 25 additions and 6 deletions
@@ -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");