diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-25 14:13:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-25 14:13:42 -0700 |
commit | ae9ca20c85569baa8af20c8b681fe7d80ebec23d (patch) | |
tree | 829247c0f1b1c6f6c0036acbb054e3edd649a17e /Makefile | |
parent | Merge branch 'jc/doc-diff-filter-exclude' (diff) | |
parent | t/test-lib.sh: fix running tests with --valgrind (diff) | |
download | tgif-ae9ca20c85569baa8af20c8b681fe7d80ebec23d.tar.xz |
Merge branch 'nd/test-helpers'
Build clean-up.
* nd/test-helpers:
t/test-lib.sh: fix running tests with --valgrind
Makefile: use VCSSVN_LIB to refer to svn library
Makefile: drop extra dependencies for test helpers
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -2245,17 +2245,9 @@ perf: all .PHONY: test perf -t/helper/test-ctype$X: ctype.o +t/helper/test-line-buffer$X: $(VCSSVN_LIB) -t/helper/test-date$X: date.o ctype.o - -t/helper/test-delta$X: diff-delta.o patch-delta.o - -t/helper/test-line-buffer$X: vcs-svn/lib.a - -t/helper/test-parse-options$X: parse-options.o parse-options-cb.o - -t/helper/test-svn-fe$X: vcs-svn/lib.a +t/helper/test-svn-fe$X: $(VCSSVN_LIB) .PRECIOUS: $(TEST_OBJS) |