summaryrefslogtreecommitdiffstats
path: root/tests/test-commands.c
Commit message (Collapse)AuthorAgeFilesLines
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-4/+2
| | | | | | | | | | Add support for keyword commands. Includes new documentation for DEFUN() in lib/command.h, for preexisting features as well as new keyword specification. Signed-off-by: Christian Franke <chris@opensourcerouting.org> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* tests: add a test program for lib/command.cChristian Franke2014-04-011-0/+417
Signed-off-by: Christian Franke <chris@opensourcerouting.org> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>