summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-20 23:02:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-06-20 23:02:30 (GMT)
commit08bcd774f497af594f16e545a04e2ad767cc850d (patch)
treed7556b22e88d4b72666bb594a1e979fd4f162036 /Makefile
parent8f0c843aab226225b8ef43e9b2e317bda5ea8f6d (diff)
parenta0fc4db01dfa69d836dc6f24218974a674ec29ac (diff)
downloadgit-08bcd774f497af594f16e545a04e2ad767cc850d.zip
git-08bcd774f497af594f16e545a04e2ad767cc850d.tar.gz
git-08bcd774f497af594f16e545a04e2ad767cc850d.tar.bz2
Merge branch 'rs/discard-index-discard-array'
* rs/discard-index-discard-array: read-cache: free cache in discard_index read-cache: add simple performance test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0d2d0cd..79f961e 100644
--- a/Makefile
+++ b/Makefile
@@ -569,6 +569,7 @@ TEST_PROGRAMS_NEED_X += test-mergesort
TEST_PROGRAMS_NEED_X += test-mktemp
TEST_PROGRAMS_NEED_X += test-parse-options
TEST_PROGRAMS_NEED_X += test-path-utils
+TEST_PROGRAMS_NEED_X += test-read-cache
TEST_PROGRAMS_NEED_X += test-regex
TEST_PROGRAMS_NEED_X += test-revision-walking
TEST_PROGRAMS_NEED_X += test-run-command