PYTHON_TESTS = \
	example.py \
	test_geometry.py \
	runtests.py

EXTRA_DIST = $(PYTHON_TESTS)

test:
	$(PYTHON) runtests.py
