aboutsummaryrefslogtreecommitdiff
path: root/test/arg-test.c
AgeCommit message (Collapse)Author
2014-11-01cli: Add support for parsing keyword-flag argumentsJani Nikula
This allows having multiple --foo=bar --foo=baz options on the command line, with the corresponding values OR'd together. [Test added by Michal Sojka]
2012-12-04test: fix an evident copy-paste error in argument parsing testJani Nikula
2011-12-08test: tests for command-line-arguments.cDavid Bremner
This was needed because no current notmuch code exercises the NOTMUCH_OPT_STRING style arguments.