mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
Tests/RunCMake/property_init: test 'always' properties
All targets get these targets initialized.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user