summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExternalData/Directory2-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* ExternalData: Allow DATA{} syntax to reference directoriesBrad King2013-01-301-2/+2
| | | | | | | Use a trailing slash to reference a directory. Require that a list of associated files be specified to select from within the directory. One may simply use DATA{Dir/,REGEX:.*} to reference all files but get a directory passed on the command line.
* ExternalData: Add tests covering interfaces and errorsBrad King2013-01-301-0/+10
Add a Module.ExternalData test to verify data retrieval and test argument DATA{} references. Add a RunCMake.ExternalData test to verify error handling and automatic transformation of a raw data to a content link and staged object.