diff options
author | Brad King <brad.king@kitware.com> | 2012-11-06 19:13:50 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-11-06 19:13:50 (GMT) |
commit | 9f1d37947194db6df1f78dd4c08f2c48eb35d2de (patch) | |
tree | 5536111034173a5f1ff4610cd6edab57e7d51025 /Tests/CMakeTests/List-No-Arguments.cmake | |
parent | a0074b64fcd95cded0ef502ed087aeb1c76992c6 (diff) | |
parent | 828d4f514d04eb522e70173ac1e4f6790fac1460 (diff) | |
download | CMake-9f1d37947194db6df1f78dd4c08f2c48eb35d2de.zip CMake-9f1d37947194db6df1f78dd4c08f2c48eb35d2de.tar.gz CMake-9f1d37947194db6df1f78dd4c08f2c48eb35d2de.tar.bz2 |
Merge topic 'start-contributing-irc-session'
828d4f5 Add several get_property() tests
82106e3 GetProperty test: move doc property tests into main process
56125a3 list: add tests for CMP0007 behavior
48ed48f Add test to secure the file(GLOB empty) behavior.
c2a6cb6 file: remove dead code
07251a8 Consolidate list() argument count testing
1b078c3 Add tests for list() invalid arguments
f560977 Add tests for list() argument count
d211e5d CMakeTests: allow to call the check_cmake_test macro with a given file
Diffstat (limited to 'Tests/CMakeTests/List-No-Arguments.cmake')
-rw-r--r-- | Tests/CMakeTests/List-No-Arguments.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeTests/List-No-Arguments.cmake b/Tests/CMakeTests/List-No-Arguments.cmake new file mode 100644 index 0000000..7916aaa --- /dev/null +++ b/Tests/CMakeTests/List-No-Arguments.cmake @@ -0,0 +1 @@ +list() |