From 6d86cbdcdeb60cdaa5146d186a33e844a09aaf86 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 18 May 2011 22:20:17 -0600 Subject: Implement Vectors in python. --- libdimension-python/tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdimension-python/tests/Makefile.am') diff --git a/libdimension-python/tests/Makefile.am b/libdimension-python/tests/Makefile.am index 4bebfda..17589ba 100644 --- a/libdimension-python/tests/Makefile.am +++ b/libdimension-python/tests/Makefile.am @@ -17,7 +17,8 @@ ## along with this program. If not, see . ## ########################################################################### -TESTS = demo.py +TESTS = geometry.py \ + demo.py TESTS_ENVIRONMENT = PYTHONPATH=$(top_builddir)/libdimension-python/.libs .py: -- cgit v1.2.3