commit | 52d269da7ec66338e733aaf839ce5b8ad6709337 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <bebarino@gmail.com> | Mon Mar 21 02:45:03 2011 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Mar 21 10:23:02 2011 -0700 |
tree | 9702ce4b01a1f394e42fcab3ca0af35df9841a7e | |
parent | 08c8d5581363998fda2803da2620d47fe8b50f0d [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>