Ver Fonte

Add 'check-pypy' rule to Makefile.

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

+ 3 - 0
Makefile

@@ -28,6 +28,9 @@ check:: build
 check-nocompat:: build
 	$(RUNTEST) dulwich.tests.nocompat_test_suite
 
+check-pypy:: clean
+	$(MAKE) check-noextensions PYTHON=pypy
+
 check-noextensions:: clean
 	$(RUNTEST) dulwich.tests.test_suite