Tests/RunCMake/property_init: test 'normal' properties

This commit is contained in:
Ben Boeckel
2023-07-25 14:40:18 -04:00
parent bc318ceb7f
commit 141049cf16
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
per_config(properties
# property expected alias
# Usage requirement properties
"MAP_IMPORTED_CONFIG_" "Release" "<UNSET>"
)
prepare_target_types(normal
EXECUTABLE INTERFACE MODULE OBJECT SHARED STATIC
IMPORTED_EXECUTABLE IMPORTED_INTERFACE IMPORTED_MODULE IMPORTED_OBJECT IMPORTED_SHARED IMPORTED_STATIC)
run_property_tests(normal properties)

View File

@@ -8,3 +8,4 @@ run_cmake(LibraryArtifact)
run_cmake(Linkable)
run_cmake(NonImportedNormalTarget)
run_cmake(NonImportedTarget)
run_cmake(NormalTarget)