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:
authorJunio C Hamano <gitster@pobox.com>2014-09-03 00:24:17 +0400
committerJunio C Hamano <gitster@pobox.com>2014-09-03 00:24:18 +0400
commit56f214e0716dec043b50a7e1e8cc181be2ef7df2 (patch)
tree9233df7f61bba4048b92768a07b97db9ecb7b2d3 /Makefile
parente8e4ce72cd9ebb5e5dfe580f98b7764ca6dc08ea (diff)
parent4c715ebb96acc77008e9cbebc381738611c6006f (diff)
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 9f984a9e55..30cc622f08 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