Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
config.c: fix accuracy of line number in errors
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 2320de592e6dbc545866e6bfef09a05f660c2c14..b7462e339831f231e9cd15a372cc5d35d0be5758 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-551,6
+551,7
@@
PROGRAMS += $(patsubst %.o,git-%$X,$(PROGRAM_OBJS))
TEST_PROGRAMS_NEED_X += test-chmtime
TEST_PROGRAMS_NEED_X += test-ctype
+TEST_PROGRAMS_NEED_X += test-config
TEST_PROGRAMS_NEED_X += test-date
TEST_PROGRAMS_NEED_X += test-delta
TEST_PROGRAMS_NEED_X += test-dump-cache-tree