summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-03-24 07:44:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-03-27 15:45:47 (GMT)
commit0e2678af4c90f0cb28d04cb87f2a71ea2ec47f5d (patch)
tree7e949ddcd220e5e67a3ce72254b7fbba0970ab87 /Makefile
parent64eb82fea8fbfe96e02997921283f6ffa368f5fe (diff)
downloadgit-0e2678af4c90f0cb28d04cb87f2a71ea2ec47f5d.zip
git-0e2678af4c90f0cb28d04cb87f2a71ea2ec47f5d.tar.gz
git-0e2678af4c90f0cb28d04cb87f2a71ea2ec47f5d.tar.bz2
t/helper: merge test-config into test-tool
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31287ce..227f16a 100644
--- a/Makefile
+++ b/Makefile
@@ -653,11 +653,11 @@ X =
PROGRAMS += $(patsubst %.o,git-%$X,$(PROGRAM_OBJS))
TEST_BUILTINS_OBJS += test-chmtime.o
+TEST_BUILTINS_OBJS += test-config.o
TEST_BUILTINS_OBJS += test-lazy-init-name-hash.o
TEST_BUILTINS_OBJS += test-sha1.o
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-drop-caches