view bindings/python/Makefile @ 665:50761b56e8be

Make python tests actually pass on my machine. Needs an extra NULL to stop the python runtime whining about a mismatch between keyword args and values.
author mas01cr
date Tue, 02 Feb 2010 22:22:49 +0000
parents e33a6342ddea
children 4dacfe92a6ff
line wrap: on
line source
all:
	python setup.py build

test:
	env PYTHONPATH=./build/lib.linux-i686-2.5 \
		LD_LIBRARY_PATH=../.. \
		python tests/InitialisationRelated.py