diff options
author | Tanay Abhra <tanayabh@gmail.com> | 2014-07-28 03:10:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-29 14:33:36 -0700 |
commit | 4c715ebb96acc77008e9cbebc381738611c6006f (patch) | |
tree | 5bbacad10430f77bdc39119df59395ea5049321f /Makefile | |
parent | 3c8687a73eeffc21f5a0b3916d38e46ff985933d (diff) | |
download | git-4c715ebb96acc77008e9cbebc381738611c6006f.tar.gz git-4c715ebb96acc77008e9cbebc381738611c6006f.tar.xz |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |