t/helper: add a test helper to compute hash speed
[gitweb.git] / Makefile
index 5c8307b7c479542edb0dbfc3c84a4c178f09a8eb..1c43bf9aa8af61f1b87ed42536f942f00a8263cc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -714,7 +714,9 @@ TEST_BUILTINS_OBJS += test-dump-split-index.o
 TEST_BUILTINS_OBJS += test-dump-untracked-cache.o
 TEST_BUILTINS_OBJS += test-example-decorate.o
 TEST_BUILTINS_OBJS += test-genrandom.o
+TEST_BUILTINS_OBJS += test-hash.o
 TEST_BUILTINS_OBJS += test-hashmap.o
+TEST_BUILTINS_OBJS += test-hash-speed.o
 TEST_BUILTINS_OBJS += test-index-version.o
 TEST_BUILTINS_OBJS += test-json-writer.o
 TEST_BUILTINS_OBJS += test-lazy-init-name-hash.o