]> Lady’s Gitweb - Gitweb/blobdiff - Makefile
gitweb: remove "test" and "test-installed" targets
[Gitweb] / Makefile
index 4ba576e5a9805c06789a0ec65d4568ad7e6a3a84eafea7649d387e9527996504..075cc02b6578a4c8a1da6b8bf1c83cc91c162483a66d5489b3ebfd15404ab002 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -183,17 +183,6 @@ $(MAK_DIR_GITWEB)static/gitweb.js: $(addprefix $(MAK_DIR_GITWEB),$(GITWEB_JSLIB_
        cat $^ >$@+ && \
        mv $@+ $@
 
-### Testing rules
-
-.PHONY: test
-test:
-       $(MAKE) -C ../t gitweb-test
-
-.PHONY: test-installed
-test-installed:
-       GITWEB_TEST_INSTALLED='$(DESTDIR_SQ)$(gitwebdir_SQ)' \
-               $(MAKE) -C ../t gitweb-test
-
 ### Installation rules
 
 .PHONY: install
This page took 0.199213 seconds and 4 git commands to generate.