summaryrefslogtreecommitdiffstats
path: root/Tests/BuildDepends/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Report proper error message when project does not build the first time. ↵Brad King2007-05-231-1/+28
| | | | Also added hack to rebuild subproject several times for Xcode. The generator should be fixed and the hack removed.
* BUG: Target names in the COMMAND part of a custom command should not create ↵Brad King2007-05-231-1/+1
| | | | a file-level dependency that forces the command to rerun when the executable target rebuilds, but the target-level dependency should still be created. Target names in a DEPENDS should do both a target-level and file-level dependency. Updated the BuildDepends test to check that this works.
* BUG: fix test for hp move to c++ to avoid ansi issues and produce a message ↵Andy Cedilnik2007-05-161-2/+9
| | | | if the compile fails, (really checked in by Bill H.)
* ENH: add test for build dependsBill Hoffman2007-05-101-15/+27
|
* ENH: add a test to make sure Xcode does not break againBill Hoffman2007-05-091-0/+45