changeset 664:e33a6342ddea

Basic Makefile for python bindings Not sure if it actually works. Building seems to go OK; "make test" is less happy.
author mas01cr
date Tue, 02 Feb 2010 22:22:42 +0000
parents bcc7a6ddb2c8
children 50761b56e8be
files bindings/python/Makefile
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bindings/python/Makefile	Tue Feb 02 22:22:42 2010 +0000
@@ -0,0 +1,7 @@
+all:
+	python setup.py build
+
+test:
+	env PYTHONPATH=./build/lib.linux-i686-2.5 \
+		LD_LIBRARY_PATH=../.. \
+		python tests/InitialisationRelated.py
\ No newline at end of file