summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Rast <trast@student.ethz.ch>2011-12-06 17:43:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-12-06 22:52:18 (GMT)
commit1aed2fe394f45fed7b97e268cfa11d25c3d8da27 (patch)
tree3a70f5da08bd125fb73dce73a6847d57b6dfe20f /Makefile
parent406da7803217998ff6bf5dc69c55b1613556c2f4 (diff)
downloadgit-1aed2fe394f45fed7b97e268cfa11d25c3d8da27.zip
git-1aed2fe394f45fed7b97e268cfa11d25c3d8da27.tar.gz
git-1aed2fe394f45fed7b97e268cfa11d25c3d8da27.tar.bz2
Add test-scrap-cache-tree
A simple utility that invalidates all existing cache-tree data. We need this for tests. (We don't need a tool to rebuild the cache-tree data; git read-tree HEAD works for that.) Signed-off-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b1c80a6..b9400bc 100644
--- a/Makefile
+++ b/Makefile
@@ -435,6 +435,7 @@ TEST_PROGRAMS_NEED_X += test-ctype
TEST_PROGRAMS_NEED_X += test-date
TEST_PROGRAMS_NEED_X += test-delta
TEST_PROGRAMS_NEED_X += test-dump-cache-tree
+TEST_PROGRAMS_NEED_X += test-scrap-cache-tree
TEST_PROGRAMS_NEED_X += test-genrandom
TEST_PROGRAMS_NEED_X += test-index-version
TEST_PROGRAMS_NEED_X += test-line-buffer