summaryrefslogtreecommitdiffstats
path: root/Tests/SourceFileProperty
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Collect SourceFileProperty testsTushar Maheshwari2019-08-271-2/+7
| | | | | - Move the related test from COnly to SourceFileProperty - Cover `get_source_file_property` and `get_property(... SOURCE ...)`
* cmSourceFile: Move LANGUAGE to GetPropertyForUserTushar Maheshwari2019-08-271-7/+10
| | | | | | | | - Remove the special case from cmGetSourceFilePropertyCommand Tests: check LANGUAGE for source file - use target_sources to add file - use get_property to read property value
* test: test source file properties with case-insensitivityBen Boeckel2014-12-023-0/+39
Some filesystems are case insensitive, so when setting properties on the files, this should be respected (modulo a policy decision).