Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2007-10-13 20:34:45 +0400
committerJunio C Hamano <gitster@pobox.com>2007-10-30 07:03:30 +0300
commitbeb474379315654566e78eea8a0e39c66ebcbb8a (patch)
tree386d3f24d91394e435e812e3f75830356ab5a369 /Makefile
parentd7a38c54a6ccbcbcf29d8cf1110b2702c8b3f7f8 (diff)
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 7e6e1d65f9..3c9af55f44 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)