summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/get_property/RunCMakeTest.cmake
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2015-01-08 20:27:46 (GMT)
committerBrad King <brad.king@kitware.com>2015-01-11 16:45:44 (GMT)
commitc6d03a1072c8f3ae285f4297caf96637b3a47c22 (patch)
tree25bdf1297c1157dd04bbb9bd194806671c33ac6f /Tests/RunCMake/get_property/RunCMakeTest.cmake
parent76ff92e0c96fc09813f119770d86bd6edc84820b (diff)
downloadCMake-c6d03a1072c8f3ae285f4297caf96637b3a47c22.zip
CMake-c6d03a1072c8f3ae285f4297caf96637b3a47c22.tar.gz
CMake-c6d03a1072c8f3ae285f4297caf96637b3a47c22.tar.bz2
tests: add tests for querying properties
Diffstat (limited to 'Tests/RunCMake/get_property/RunCMakeTest.cmake')
-rw-r--r--Tests/RunCMake/get_property/RunCMakeTest.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/RunCMake/get_property/RunCMakeTest.cmake b/Tests/RunCMake/get_property/RunCMakeTest.cmake
new file mode 100644
index 0000000..1964824
--- /dev/null
+++ b/Tests/RunCMake/get_property/RunCMakeTest.cmake
@@ -0,0 +1,9 @@
+include(RunCMake)
+
+run_cmake(cache_properties)
+run_cmake(directory_properties)
+run_cmake(global_properties)
+run_cmake(install_properties)
+run_cmake(source_properties)
+run_cmake(target_properties)
+run_cmake(test_properties)