summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-09-02 20:24:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-09-02 20:24:18 (GMT)
commit56f214e0716dec043b50a7e1e8cc181be2ef7df2 (patch)
tree9233df7f61bba4048b92768a07b97db9ecb7b2d3 /Makefile
parente8e4ce72cd9ebb5e5dfe580f98b7764ca6dc08ea (diff)
parent4c715ebb96acc77008e9cbebc381738611c6006f (diff)
downloadgit-56f214e0716dec043b50a7e1e8cc181be2ef7df2.zip
git-56f214e0716dec043b50a7e1e8cc181be2ef7df2.tar.gz
git-56f214e0716dec043b50a7e1e8cc181be2ef7df2.tar.bz2
Merge branch 'ta/config-set'
Add in-core caching layer to let us avoid reading the same configuration files number of times. * ta/config-set: test-config: add tests for the config_set API add `config_set` API for caching config-like files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9f984a9..30cc622 100644
--- 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