diff options
author | Brad King <brad.king@kitware.com> | 2013-06-03 13:23:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-06-03 14:20:31 (GMT) |
commit | c63d30048bcf5bd6efa1e038b36c5efd29e34749 (patch) | |
tree | 5eea1051d4090bdbe2d42124de0280d6158a33e4 /Tests/RunCMake/variable_watch/CMakeLists.txt | |
parent | 3d5bb381be16f67e4781c395bda2be12a5d00168 (diff) | |
download | CMake-c63d30048bcf5bd6efa1e038b36c5efd29e34749.zip CMake-c63d30048bcf5bd6efa1e038b36c5efd29e34749.tar.gz CMake-c63d30048bcf5bd6efa1e038b36c5efd29e34749.tar.bz2 |
variable_watch: Add test for MODIFIED_ACCESS report
Add a RunCMake.variable_watch watch test to cover the basic use case.
Diffstat (limited to 'Tests/RunCMake/variable_watch/CMakeLists.txt')
-rw-r--r-- | Tests/RunCMake/variable_watch/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/variable_watch/CMakeLists.txt b/Tests/RunCMake/variable_watch/CMakeLists.txt new file mode 100644 index 0000000..e8db6b0 --- /dev/null +++ b/Tests/RunCMake/variable_watch/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required(VERSION 2.8) +project(${RunCMake_TEST} NONE) +include(${RunCMake_TEST}.cmake) |