diff options
author | Jeff King <peff@peff.net> | 2013-01-03 02:17:51 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-03 08:03:46 -0800 |
commit | 81127d74c4367b383b6949846a4ccbd185012734 (patch) | |
tree | 2074cc7b9d0850f613996b43087fd516a9235d17 /t/t1400-update-ref.sh | |
parent | Git 1.8.1 (diff) | |
download | tgif-81127d74c4367b383b6949846a4ccbd185012734.tar.xz |
tests: turn on test-lint by default
The test Makefile knows about a few "lint" checks for common
errors. However, they are not enabled as part of "make test"
by default, which means that many people do not bother
running them. Since they are both quick to run and accurate
(i.e., no false positives), there should be no harm in
turning them on and helping submitters catch errors earlier.
We could just set:
TEST_LINT = test-lint
to enable all tests. But that would be unnecessarily
annoying later on if we add slower or less accurate tests
that should not be part of the default. Instead, we name the
tests individually.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1400-update-ref.sh')
0 files changed, 0 insertions, 0 deletions