Extend parse-options test suite
authorStephan Beyer <s-beyer@gmx.net>
Sun, 22 Jun 2008 15:04:26 +0000 (17:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jun 2008 01:15:18 +0000 (18:15 -0700)
This patch serves two purposes:
1. test-parse-option.c should be a more complete
example for the parse-options API, and
2. there have been no tests for OPT_CALLBACK,
OPT_DATE, OPT_BIT, OPT_SET_INT and OPT_SET_PTR
before.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found