Ver Fonte

Add 'check-all' target.

Jelmer Vernooij há 13 anos atrás
pai
commit
c42198ba4a
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -34,6 +34,8 @@ check-pypy:: clean
 check-noextensions:: clean
 	$(RUNTEST) dulwich.tests.test_suite
 
+check-all: check check-pypy check-noextensions
+
 clean::
 	$(SETUP) clean --all
 	rm -f dulwich/*.so