summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTanay Abhra <tanayabh@gmail.com>2014-07-28 10:10:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-07-29 21:33:36 (GMT)
commit4c715ebb96acc77008e9cbebc381738611c6006f (patch)
tree5bbacad10430f77bdc39119df59395ea5049321f /Makefile
parent3c8687a73eeffc21f5a0b3916d38e46ff985933d (diff)
downloadgit-4c715ebb96acc77008e9cbebc381738611c6006f.zip
git-4c715ebb96acc77008e9cbebc381738611c6006f.tar.gz
git-4c715ebb96acc77008e9cbebc381738611c6006f.tar.bz2
test-config: add tests for the config_set API
Expose the `config_set` C API as a set of simple commands in order to facilitate testing. Add tests for the `config_set` API as well as for `git_config_get_*()` family for the usual config files. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Tanay Abhra <tanayabh@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2320de5..b7462e3 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