diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-10-13 17:34:45 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-29 21:03:30 -0700 |
commit | beb474379315654566e78eea8a0e39c66ebcbb8a (patch) | |
tree | 386d3f24d91394e435e812e3f75830356ab5a369 /Makefile | |
parent | d7a38c54a6ccbcbcf29d8cf1110b2702c8b3f7f8 (diff) | |
download | git-beb474379315654566e78eea8a0e39c66ebcbb8a.tar.gz git-beb474379315654566e78eea8a0e39c66ebcbb8a.tar.xz |
Add tests for parse-options.c
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -976,7 +976,7 @@ endif ### Testing rules -TEST_PROGRAMS = test-chmtime$X test-genrandom$X test-date$X test-delta$X test-sha1$X test-match-trees$X test-absolute-path$X +TEST_PROGRAMS = test-chmtime$X test-genrandom$X test-date$X test-delta$X test-sha1$X test-match-trees$X test-absolute-path$X test-parse-options$X all:: $(TEST_PROGRAMS) |