CMake/Tests/RunCMake/Syntax
Brad King 9040ec9117 Do not warn about left paren not separated by a space
Since commit 58e52416 (Warn about arguments not separated by whitespace,
2013-02-16) we warn about arguments not separated by spaces.  Loosen the
warning to not complain about left parens not separated by spaces from
the preceding token.  This is common in code like "if(NOT(X))".

Teach the RunCMake.Syntax test to cover cases of left parens not
separated by spaces and check that no warning appears.
2013-08-15 09:00:34 -04:00
..
.gitattributes Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
BracketWarn-stderr.txt Warn about unquoted arguments that look like long brackets 2013-08-08 13:26:28 -04:00
BracketWarn-stdout.txt Warn about unquoted arguments that look like long brackets 2013-08-08 13:26:28 -04:00
BracketWarn.cmake Warn about unquoted arguments that look like long brackets 2013-08-08 13:26:28 -04:00
CMakeLists.txt
CommandComments-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandComments.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError0-result.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError0-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError0.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError1-result.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError1-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandError1.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandNewlines-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandNewlines.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandSpaces-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandSpaces.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandTabs-stderr.txt Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
CommandTabs.cmake Add RunCMake.Syntax test cases for command invocation styles 2013-08-08 13:26:27 -04:00
ParenNoSpace-stderr.txt Do not warn about left paren not separated by a space 2013-08-15 09:00:34 -04:00
ParenNoSpace-stdout.txt Do not warn about left paren not separated by a space 2013-08-15 09:00:34 -04:00
ParenNoSpace.cmake Do not warn about left paren not separated by a space 2013-08-15 09:00:34 -04:00
RunCMakeTest.cmake Do not warn about left paren not separated by a space 2013-08-15 09:00:34 -04:00
String0-stderr.txt
String0.cmake
String1-stderr.txt
String1.cmake
StringNoSpace-stderr.txt Warn about arguments not separated by whitespace 2013-08-08 13:26:27 -04:00
StringNoSpace.cmake
Unquoted0-stderr.txt
Unquoted0.cmake
Unquoted1-stderr.txt
Unquoted1.cmake
UnterminatedCall1-result.txt
UnterminatedCall1-stderr.txt
UnterminatedCall1.cmake
UnterminatedCall2-result.txt
UnterminatedCall2-stderr.txt
UnterminatedCall2.cmake
UnterminatedString-result.txt
UnterminatedString-stderr.txt
UnterminatedString.cmake