summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-08-08 14:21:43 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-08-08 14:21:43 -0700
commit970994deb1179300c73af14928156f30f78b0117 (patch)
treed4af7ff20405ee3ab2c68e2829e4f9566a73ce28 /Makefile
parentMerge branch 'rs/use-strbuf-addbuf' into maint (diff)
parentt/test-lib.sh: fix running tests with --valgrind (diff)
downloadtgif-970994deb1179300c73af14928156f30f78b0117.tar.xz
Merge branch 'nd/test-helpers' into maint
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--Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index de5a030256..4579eab43b 100644
--- a/Makefile
+++ b/Makefile
@@ -2225,17 +2225,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)