further stability optimization in cusp removal: adjust derivative to be a little...
[PyX.git] / test / Makefile
blobe86d64acbff463ea597677d035f28f0b9431b793
1 PYTHON ?= python3
3 .PHONY:unit functional doc
5 all:unit functional doc
7 unit:
8 cd unit; $(PYTHON) test.py
10 functional:
11 cd functional; make
13 doc:
14 cd ../pyx; nosetests --with-doctest