summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/property_init
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake/property_init: test 'with_exports' propertiesBen Boeckel2023-07-292-0/+52
|
* Tests/RunCMake/property_init: test 'with_commands' propertiesBen Boeckel2023-07-292-0/+14
|
* Tests/RunCMake/property_init: test 'with_artifact' propertiesBen Boeckel2023-07-292-0/+20
|
* Tests/RunCMake/property_init: test 'shared_library' propertiesBen Boeckel2023-07-292-0/+13
|
* Tests/RunCMake/property_init: test 'pic_targets' propertiesBen Boeckel2023-07-292-0/+22
|
* Tests/RunCMake/property_init: test 'normal' propertiesBen Boeckel2023-07-292-0/+11
|
* Tests/RunCMake/property_init: test 'non_imported' propertiesBen Boeckel2023-07-292-0/+12
|
* Tests/RunCMake/property_init: test 'normal_non_imported' propertiesBen Boeckel2023-07-292-0/+10
|
* Tests/RunCMake/property_init: test 'linkable' propertiesBen Boeckel2023-07-292-0/+13
|
* Tests/RunCMake/property_init: test 'library_with_artifact' propertiesBen Boeckel2023-07-292-0/+11
|
* Tests/RunCMake/property_init: add `per_config` table builder helperBen Boeckel2023-07-291-0/+35
|
* Tests/RunCMake/property_init: test 'imported' propertiesBen Boeckel2023-07-292-0/+10
|
* Tests/RunCMake/property_init: test 'executable' propertiesBen Boeckel2023-07-292-0/+26
|
* Tests/RunCMake/property_init: test 'can_compile' propertiesBen Boeckel2023-07-292-0/+275
|
* Tests/RunCMake/property_init: test 'always' propertiesBen Boeckel2023-07-292-0/+17
| | | | All targets get these targets initialized.
* Tests/RunCMake/property_init: add a function to test propertiesBen Boeckel2023-07-291-0/+57
| | | | | | | | | This function consumes a property table and tests against every kind of target: those for which the initialization happens and those that should ignore them. Also add a function that can build the pairs of target type lists required.
* Tests/RunCMake/property_init: add functions to make example targetsBen Boeckel2023-07-294-1/+58
|
* Tests/RunCMake/property_init: add a function to parse property tablesBen Boeckel2023-07-291-0/+29
| | | | | | The tables will be triples of property / value / alias value. Parsing is a bit tricky, but is easier when `foreach (IN ZIP_LISTS)` with the values in their distinct list.
* Tests/RunCMake/property_init: add a function to check a propertyBen Boeckel2023-07-291-0/+24
|
* Tests/RunCMake/property_init: add skeleton for testingBen Boeckel2023-07-292-0/+7