annotate 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
rev   line source
mas01cr@664 1 all:
mas01cr@664 2 python setup.py build
mas01cr@664 3
mas01cr@664 4 test:
mas01cr@664 5 env PYTHONPATH=./build/lib.linux-i686-2.5 \
mas01cr@664 6 LD_LIBRARY_PATH=../.. \
mas01cr@664 7 python tests/InitialisationRelated.py