summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormasklinn <bitbucket.org@masklinn.net>2014-04-27 18:05:56 +0200
committermasklinn <bitbucket.org@masklinn.net>2014-04-27 18:05:56 +0200
commit75a6386dc7c607dbcecdf55b07b03e8a47db8f32 (patch)
treef6cbcf8ddfdf2d9a91614e711e9ea0d741e7a3ff /Makefile
parent2717e4913afb982d9916e5051789e89f042060c9 (diff)
downloadpython-fastimport-git-75a6386dc7c607dbcecdf55b07b03e8a47db8f32.tar.gz
check-pypy tries to use the non-existent target check-noextensions
that target does not exist, just call check with PYTHON=pypy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f464e55..edb4334 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ check:: build
$(RUNTEST) fastimport.tests.test_suite
check-pypy:: clean
- $(MAKE) check-noextensions PYTHON=pypy
+ $(MAKE) check PYTHON=pypy
check-all: check check-pypy