summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Languages/LINK_LANGUAGE-genex-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* RunCMake: Expect empty output by default.Stephen Kelly2014-12-311-1/+1
| | | | | | | | | | | Expect tests to specify stderr content if it is present. Fix the CMP0019 test, which has only been testing the WARN status until now. Specify in the CommandLine and FPHSA tests that content is at least one character. Set policies in the Language and CheckModules tests, which have empty test output, modulo unrelated policies on some platforms.
* cmTarget: Simplify INTERFACE_SOURCES usage requirement lookupBrad King2014-07-071-2/+4
| | | | Use the AddInterfaceEntries helper to avoid duplication.
* Remove the LINK_LANGUAGE generator expression.Stephen Kelly2013-07-241-2/+3
| | | | | | | | | | | It accepted an optional argument to test for equality, but no way to get the linker language of a particular target. TARGET_PROPERTY provides this flexibility and STREQUAL provides the necessary API for equality test. Extend the CompileDefinitions test to cover accessing the property of another target.
* Genex: Make LINK_LANGUAGE report an error when evaluating link libraries.Stephen Kelly2013-06-241-0/+6