diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-20 16:02:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-20 16:02:30 -0700 |
commit | 08bcd774f497af594f16e545a04e2ad767cc850d (patch) | |
tree | d7556b22e88d4b72666bb594a1e979fd4f162036 /Makefile | |
parent | Merge branch 'nd/traces' (diff) | |
parent | read-cache: free cache in discard_index (diff) | |
download | tgif-08bcd774f497af594f16e545a04e2ad767cc850d.tar.xz |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |