chiark
/
gitweb
/
~mdw
/
runlisp
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mdwsetup.py: Add a command for running tests.
[runlisp]
/
pysetup.mk
diff --git
a/pysetup.mk
b/pysetup.mk
index c828b02e237785c8c9049a9bfc958b985766209e..70af80ba028364d729141e81d6d6b271c3c16f33 100644
(file)
--- a/
pysetup.mk
+++ b/
pysetup.mk
@@
-35,6
+35,8
@@
PYTARGETS += install
OPTS-install += --prefix $(prefix)
PYTARGETS += check
+CMD-check ?= test
+$(foreach p,$(PYTHONS),check/$p):: check/%: all/%
###--------------------------------------------------------------------------
### Interfacing `setup.py' to make.