Tests/RunCMake/property_init: test 'always' properties

All targets get these targets initialized.
This commit is contained in:
Ben Boeckel
2023-07-25 14:30:57 -04:00
parent 721f1b608c
commit 82507e80eb
2 changed files with 17 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
set(properties
# property expected alias
# Test a property which should never be initialized.
"notset" "<UNSET>" "<SAME>"
# Build graph properties
"VERIFY_INTERFACE_HEADER_SETS" "TRUE" "<SAME>"
# Metadata
"FOLDER" "folder" "<SAME>"
)
prepare_target_types(always ${all_target_types})
run_property_tests(always properties)
@@ -1 +1,3 @@
include(RunCMake)
run_cmake(Always)