summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-10-14 17:49:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-10-14 17:49:56 (GMT)
commit40e2d8dbaf7acecc9c96ca2c99478bc7bfb3bc3c (patch)
treecf2542570c3af31351d7ae6708c1dfe78bd32e51 /Makefile
parent11cb3130d551590ae2dbd582e809763bfc353a47 (diff)
parent0eb0fb889e2e7e063e7dd8cbee38af106aa195f6 (diff)
downloadgit-40e2d8dbaf7acecc9c96ca2c99478bc7bfb3bc3c.zip
git-40e2d8dbaf7acecc9c96ca2c99478bc7bfb3bc3c.tar.gz
git-40e2d8dbaf7acecc9c96ca2c99478bc7bfb3bc3c.tar.bz2
Merge branch 'rs/sha1-array-test'
* rs/sha1-array-test: sha1-lookup: handle duplicates in sha1_pos() sha1-array: add test-sha1-array and basic tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f34a2d4..356feb5 100644
--- a/Makefile
+++ b/Makefile
@@ -568,6 +568,7 @@ TEST_PROGRAMS_NEED_X += test-revision-walking
TEST_PROGRAMS_NEED_X += test-run-command
TEST_PROGRAMS_NEED_X += test-scrap-cache-tree
TEST_PROGRAMS_NEED_X += test-sha1
+TEST_PROGRAMS_NEED_X += test-sha1-array
TEST_PROGRAMS_NEED_X += test-sigchain
TEST_PROGRAMS_NEED_X += test-string-list
TEST_PROGRAMS_NEED_X += test-subprocess