author | Stephen Boyd <bebarino@gmail.com> | |
Mon, 21 Mar 2011 09:45:03 +0000 (02:45 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 21 Mar 2011 17:23:02 +0000 (10:23 -0700) | ||
commit | 52d269da7ec66338e733aaf839ce5b8ad6709337 | |
tree | 9702ce4b01a1f394e42fcab3ca0af35df9841a7e | tree | snapshot |
parent | 08c8d5581363998fda2803da2620d47fe8b50f0d | commit | diff |
Makefile: Cover more files with make check
After the builtin/ move 'make check' doesn't cover the builtin/
directory. We could just add builtin/*.c but lets just use GIT_OBJS
instead so we cover future movement of the source files.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
After the builtin/ move 'make check' doesn't cover the builtin/
directory. We could just add builtin/*.c but lets just use GIT_OBJS
instead so we cover future movement of the source files.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history |