summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2007-10-13 16:34:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-10-30 04:03:30 (GMT)
commitbeb474379315654566e78eea8a0e39c66ebcbb8a (patch)
tree386d3f24d91394e435e812e3f75830356ab5a369 /Makefile
parentd7a38c54a6ccbcbcf29d8cf1110b2702c8b3f7f8 (diff)
downloadgit-beb474379315654566e78eea8a0e39c66ebcbb8a.zip
git-beb474379315654566e78eea8a0e39c66ebcbb8a.tar.gz
git-beb474379315654566e78eea8a0e39c66ebcbb8a.tar.bz2
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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e6e1d6..3c9af55 100644
--- a/Makefile
+++ b/Makefile
@@ -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)