summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-07-18 20:31:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-07-18 20:31:55 (GMT)
commit48e88a4862f3f0353f7a795dae0346dca0043829 (patch)
treed13e5ec57c5d83a827e36d395d5257356b8bfd59 /t
parentf63ac61fbf512ac9446a86bfd9c07b33d4c1e558 (diff)
parenta35258c62adf5c0e591f2335f3427434ff0b63f0 (diff)
downloadgit-48e88a4862f3f0353f7a795dae0346dca0043829.zip
git-48e88a4862f3f0353f7a795dae0346dca0043829.tar.gz
git-48e88a4862f3f0353f7a795dae0346dca0043829.tar.bz2
Merge branch 'ab/build-gitweb'
Teach "make all" to build gitweb as well. * ab/build-gitweb: gitweb/Makefile: add a "NO_GITWEB" parameter Makefile: build 'gitweb' in the default target gitweb/Makefile: include in top-level Makefile gitweb: remove "test" and "test-installed" targets gitweb/Makefile: prepare to merge into top-level Makefile gitweb/Makefile: clear up and de-duplicate the gitweb.{css,js} vars gitweb/Makefile: add a $(GITWEB_ALL) variable gitweb/Makefile: define all .PHONY prerequisites inline
Diffstat (limited to 't')
-rw-r--r--t/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/Makefile b/t/Makefile
index 056ce55..7f56e52 100644
--- a/t/Makefile
+++ b/t/Makefile
@@ -35,7 +35,6 @@ TEST_RESULTS_DIRECTORY_SQ = $(subst ','\'',$(TEST_RESULTS_DIRECTORY))
CHAINLINTTMP_SQ = $(subst ','\'',$(CHAINLINTTMP))
T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
-TGITWEB = $(sort $(wildcard t95[0-9][0-9]-*.sh))
THELPERS = $(sort $(filter-out $(T),$(wildcard *.sh)))
TPERF = $(sort $(wildcard perf/p[0-9][0-9][0-9][0-9]-*.sh))
CHAINLINTTESTS = $(sort $(patsubst chainlint/%.test,%,$(wildcard chainlint/*.test)))
@@ -112,9 +111,6 @@ aggregate-results:
echo "$$f"; \
done | '$(SHELL_PATH_SQ)' ./aggregate-results.sh
-gitweb-test:
- $(MAKE) $(TGITWEB)
-
valgrind:
$(MAKE) GIT_TEST_OPTS="$(GIT_TEST_OPTS) --valgrind"