From: Junio C Hamano Date: Sun, 10 Dec 2023 00:37:47 +0000 (-0800) Subject: Merge branch 'js/doc-unit-tests' X-Git-Tag: v2.44.0-rc0~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bf6fbd00dc74c5c83ff5a20ef9293a9d77845a8;p=thirdparty%2Fgit.git Merge branch 'js/doc-unit-tests' Process to add some form of low-level unit tests has started. * js/doc-unit-tests: ci: run unit tests in CI unit tests: add TAP unit test framework unit tests: add a project plan document --- 8bf6fbd00dc74c5c83ff5a20ef9293a9d77845a8 diff --cc Makefile index 03adcb5a48,18c13f06c0..36b65d7db5 --- a/Makefile +++ b/Makefile @@@ -3668,10 -3661,9 +3678,10 @@@ clean: profile-clean coverage-clean coc $(RM) po/git.pot po/git-core.pot $(RM) git.res $(RM) $(OBJECTS) + $(RM) headless-git.o $(RM) $(LIB_FILE) $(XDIFF_LIB) $(REFTABLE_LIB) $(REFTABLE_TEST_LIB) $(RM) $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) $(OTHER_PROGRAMS) - $(RM) $(TEST_PROGRAMS) + $(RM) $(TEST_PROGRAMS) $(UNIT_TEST_PROGS) $(RM) $(FUZZ_PROGRAMS) $(RM) $(SP_OBJ) $(RM) $(HCC)