[cig-commits] r9230 - in cs/spatialdata-0.1/trunk/tests/pytests: geocoords spatialdb utils

brad at geodynamics.org brad at geodynamics.org
Tue Feb 5 07:43:08 PST 2008


Author: brad
Date: 2008-02-05 07:43:07 -0800 (Tue, 05 Feb 2008)
New Revision: 9230

Modified:
   cs/spatialdata-0.1/trunk/tests/pytests/geocoords/Makefile.am
   cs/spatialdata-0.1/trunk/tests/pytests/spatialdb/Makefile.am
   cs/spatialdata-0.1/trunk/tests/pytests/utils/Makefile.am
Log:
Added setting tests environment to insure proper version of Python is used.

Modified: cs/spatialdata-0.1/trunk/tests/pytests/geocoords/Makefile.am
===================================================================
--- cs/spatialdata-0.1/trunk/tests/pytests/geocoords/Makefile.am	2008-02-05 06:19:40 UTC (rev 9229)
+++ cs/spatialdata-0.1/trunk/tests/pytests/geocoords/Makefile.am	2008-02-05 15:43:07 UTC (rev 9230)
@@ -12,6 +12,8 @@
 
 TESTS = testgeocoords.py
 
+TESTS_ENVIRONMENT = $(PYTHON)
+
 check_SCRIPTS = testgeocoords.py
 
 noinst_PYTHON = \
@@ -22,7 +24,5 @@
 	TestCSGeo.py \
 	TestProjector.py
 
-# version
-# $Id$
 
 # End of file 

Modified: cs/spatialdata-0.1/trunk/tests/pytests/spatialdb/Makefile.am
===================================================================
--- cs/spatialdata-0.1/trunk/tests/pytests/spatialdb/Makefile.am	2008-02-05 06:19:40 UTC (rev 9229)
+++ cs/spatialdata-0.1/trunk/tests/pytests/spatialdb/Makefile.am	2008-02-05 15:43:07 UTC (rev 9230)
@@ -14,6 +14,8 @@
 
 TESTS = testspatial.py
 
+TESTS_ENVIRONMENT = $(PYTHON)
+
 check_SCRIPTS = testspatial.py
 
 if ENABLE_SCEC_CVM_H

Modified: cs/spatialdata-0.1/trunk/tests/pytests/utils/Makefile.am
===================================================================
--- cs/spatialdata-0.1/trunk/tests/pytests/utils/Makefile.am	2008-02-05 06:19:40 UTC (rev 9229)
+++ cs/spatialdata-0.1/trunk/tests/pytests/utils/Makefile.am	2008-02-05 15:43:07 UTC (rev 9230)
@@ -15,6 +15,8 @@
 
 TESTS = testutils.py
 
+TESTS_ENVIRONMENT = $(PYTHON)
+
 check_SCRIPTS = testutils.py
 
 noinst_PYTHON = \



More information about the cig-commits mailing list