diff options
author | Petr Kmoch <petr.kmoch@gmail.com> | 2012-09-29 12:41:07 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2012-11-02 16:08:49 (GMT) |
commit | 1b078c304db63eb6cd46fe0f22988f8241a389b2 (patch) | |
tree | a6624366c4238f48a558bbc41e2baf8dc11e92f5 /Tests/CMakeTests/List-Invalid-Subcommand.cmake | |
parent | f560977540215e533c5360e1ab84dd0846d18310 (diff) | |
download | CMake-1b078c304db63eb6cd46fe0f22988f8241a389b2.zip CMake-1b078c304db63eb6cd46fe0f22988f8241a389b2.tar.gz CMake-1b078c304db63eb6cd46fe0f22988f8241a389b2.tar.bz2 |
Add tests for list() invalid arguments
Add tests for error reporting when list() arguments are invalid.
Diffstat (limited to 'Tests/CMakeTests/List-Invalid-Subcommand.cmake')
-rw-r--r-- | Tests/CMakeTests/List-Invalid-Subcommand.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeTests/List-Invalid-Subcommand.cmake b/Tests/CMakeTests/List-Invalid-Subcommand.cmake new file mode 100644 index 0000000..40f2345 --- /dev/null +++ b/Tests/CMakeTests/List-Invalid-Subcommand.cmake @@ -0,0 +1 @@ +list(NO_SUCH_SUBCOMMAND) |