Crinit -- Configurable Rootfs Init
|
Unit test for crinitKernelCmdlineLex() testing error handling of the lexer. More...
Functions | |
void | crinitKernelCmdlineLexTestLexerError (void **state) |
Unit test for crinitKernelCmdlineLex() testing error handling of the lexer.
void crinitKernelCmdlineLexTestLexerError | ( | void ** | state | ) |
Tests cases leading to a lexer error (CRINIT_TK_ERR).
For crinitKernelCmdlineLex() that can only happen if the input string starts with a character not allowed in an variable name and is not an opening double quote.