blob: db23563e7d5b6bf77c0103ab5c28b67794993b01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)
|