diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-10-14 10:49:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-14 10:49:56 -0700 |
commit | 40e2d8dbaf7acecc9c96ca2c99478bc7bfb3bc3c (patch) | |
tree | cf2542570c3af31351d7ae6708c1dfe78bd32e51 /Makefile | |
parent | Merge branch 'mh/lockfile-stdio' (diff) | |
parent | sha1-lookup: handle duplicates in sha1_pos() (diff) | |
download | tgif-40e2d8dbaf7acecc9c96ca2c99478bc7bfb3bc3c.tar.xz |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |