add UnicodeEngine (MultiEngineText and axis texters returning MultiEngineText), texte...
[PyX.git] / test / svg / Makefile
blob13bce5f4c3f23d16dc101109e3e0818d84caeaa3
1 PYTHON ?= python3
3 .PHONY: default
5 default: suite
6 PYTHONPATH=$(CURDIR)/../.. $(PYTHON) svgtest.py
8 suite:
9 mkdir suite
10 (cd suite; curl -O http://www.w3.org/Graphics/SVG/Test/20110816/archives/W3C_SVG_11_TestSuite.tar.gz; tar xzvf W3C_SVG_11_TestSuite.tar.gz)