summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-08-04 13:28:55 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-08-04 13:28:55 -0700
commitfea3738ac550776db44eddd2cd1ab37ae1004d6b (patch)
tree0a7cc4b59a450cdace31d99fde62043af8c7f748 /Makefile
parentMerge branch 'rs/use-fspathhash' (diff)
parentt0001: fix broken not-quite getcwd(3) test in bed67874e2 (diff)
downloadtgif-fea3738ac550776db44eddd2cd1ab37ae1004d6b.tar.xz
Merge branch 'ab/getcwd-test'
Portability test update. * ab/getcwd-test: t0001: fix broken not-quite getcwd(3) test in bed67874e2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c6f6246bf6..9573190f1d 100644
--- a/Makefile
+++ b/Makefile
@@ -715,6 +715,7 @@ TEST_BUILTINS_OBJS += test-example-decorate.o
TEST_BUILTINS_OBJS += test-fast-rebase.o
TEST_BUILTINS_OBJS += test-genrandom.o
TEST_BUILTINS_OBJS += test-genzeros.o
+TEST_BUILTINS_OBJS += test-getcwd.o
TEST_BUILTINS_OBJS += test-hash-speed.o
TEST_BUILTINS_OBJS += test-hash.o
TEST_BUILTINS_OBJS += test-hashmap.o