diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-08-04 13:28:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-08-04 13:28:55 -0700 |
commit | fea3738ac550776db44eddd2cd1ab37ae1004d6b (patch) | |
tree | 0a7cc4b59a450cdace31d99fde62043af8c7f748 /Makefile | |
parent | Merge branch 'rs/use-fspathhash' (diff) | |
parent | t0001: fix broken not-quite getcwd(3) test in bed67874e2 (diff) | |
download | tgif-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |