summaryrefslogtreecommitdiffstats
path: root/Tests/CustomCommand/foo.in
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command()Brad King2008-06-021-2/+1
| | | | | | | | - Option was recently added but never released. - Custom commands no longer depend on build.make so we do not need the option. - Rule hashes now take care of rebuilding when rules change so the dependency is not needed.
* ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()Brad King2008-05-141-1/+2
| | | | | | - Allows make rules to be created with no dependencies. - Such rules will not re-run even if the commands themselves change. - Useful to create rules that run only if the output is missing.
* ENH: Added test for generation of files listed explicitly as sources but not ↵Brad King2006-06-011-1/+13
| | | | used during the build of a target.
* ENH: Adding test for auto-object-depends feature. It has been tested with ↵Brad King2005-08-171-0/+1
| | | | the Makefile generator. Hopefully this will work for the Visual Studio and XCode generators.
* new testKen Martin2003-06-031-0/+15