summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/property_init
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2023-07-25 18:18:20 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2023-07-29 13:35:20 (GMT)
commitf81351607c343517f3fa48ca93dfaf2a33688c84 (patch)
tree6b34cc228cf0f43c4fa20f31ee73c32631a9dfd3 /Tests/RunCMake/property_init
parentd718262faa262dc2fdaf67294b224743b86c40d0 (diff)
downloadCMake-f81351607c343517f3fa48ca93dfaf2a33688c84.zip
CMake-f81351607c343517f3fa48ca93dfaf2a33688c84.tar.gz
CMake-f81351607c343517f3fa48ca93dfaf2a33688c84.tar.bz2
Tests/RunCMake/property_init: add skeleton for testing
Diffstat (limited to 'Tests/RunCMake/property_init')
-rw-r--r--Tests/RunCMake/property_init/CMakeLists.txt6
-rw-r--r--Tests/RunCMake/property_init/RunCMakeTest.cmake1
2 files changed, 7 insertions, 0 deletions
diff --git a/Tests/RunCMake/property_init/CMakeLists.txt b/Tests/RunCMake/property_init/CMakeLists.txt
new file mode 100644
index 0000000..9548deb
--- /dev/null
+++ b/Tests/RunCMake/property_init/CMakeLists.txt
@@ -0,0 +1,6 @@
+cmake_minimum_required(VERSION 3.12)
+project(${RunCMake_TEST} NONE)
+
+include(util.cmake)
+
+include(${RunCMake_TEST}.cmake)
diff --git a/Tests/RunCMake/property_init/RunCMakeTest.cmake b/Tests/RunCMake/property_init/RunCMakeTest.cmake
new file mode 100644
index 0000000..837e952
--- /dev/null
+++ b/Tests/RunCMake/property_init/RunCMakeTest.cmake
@@ -0,0 +1 @@
+include(RunCMake)