diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-10-07 11:32:59 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-07 11:32:59 +0900 |
commit | ef93bfbd45c660d688d41f319485a9cf6e9cba6f (patch) | |
tree | 4afd430fce959d1b3ba4029aa9d7c0f094e31430 /Makefile | |
parent | Merge branch 'js/doc-patch-text' (diff) | |
parent | Test the progress display (diff) | |
download | tgif-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |