summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-10-07 11:32:59 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-10-07 11:32:59 +0900
commitef93bfbd45c660d688d41f319485a9cf6e9cba6f (patch)
tree4afd430fce959d1b3ba4029aa9d7c0f094e31430 /Makefile
parentMerge branch 'js/doc-patch-text' (diff)
parentTest the progress display (diff)
downloadtgif-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