aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-07 11:32:59 +0900
committerJunio C Hamano <gitster@pobox.com>2019-10-07 11:32:59 +0900
commitef93bfbd45c660d688d41f319485a9cf6e9cba6f (patch)
tree4afd430fce959d1b3ba4029aa9d7c0f094e31430 /Makefile
parent980351d1ac4e9eedb65d5ad17f09ff351dba9cbe (diff)
parent2bb74b53a49f92d433057f4d560b33f1fe2f770a (diff)
downloadgit-ef93bfbd45c660d688d41f319485a9cf6e9cba6f.tar.xz
Merge branch 'sg/progress-fix'
Regression fix for progress output. * sg/progress-fix: Test the progress display Revert "progress: use term_clear_line()"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0f68836bb1..8c37e5412d 100644
--- a/Makefile
+++ b/Makefile
@@ -729,6 +729,7 @@ TEST_BUILTINS_OBJS += test-parse-options.o
TEST_BUILTINS_OBJS += test-path-utils.o
TEST_BUILTINS_OBJS += test-pkt-line.o
TEST_BUILTINS_OBJS += test-prio-queue.o
+TEST_BUILTINS_OBJS += test-progress.o
TEST_BUILTINS_OBJS += test-reach.o
TEST_BUILTINS_OBJS += test-read-cache.o
TEST_BUILTINS_OBJS += test-read-midx.o