repo.or.cz
/
PyX.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
apply pyx theme to FAQ
[PyX.git]
/
test
/
Makefile
blob
e86d64acbff463ea597677d035f28f0b9431b793
1
PYTHON ?
=
python3
2
3
.PHONY
:
unit functional doc
4
5
all
:
unit functional doc
6
7
unit
:
8
cd unit
; $(
PYTHON
)
test
.py
9
10
functional
:
11
cd functional
;
make
12
13
doc
:
14
cd ..
/
pyx
;
nosetests
--
with-doctest