[cig-commits] r6887 - in short/3D/PyLith/trunk/unittests/pytests: faults feassemble materials meshio topology utils

brad at geodynamics.org brad at geodynamics.org
Tue May 15 21:10:24 PDT 2007


Author: brad
Date: 2007-05-15 21:10:24 -0700 (Tue, 15 May 2007)
New Revision: 6887

Modified:
   short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/feassemble/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/topology/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/utils/Makefile.am
Log:
Fixed pytests so that they use nemesis.

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am	2007-05-16 00:17:55 UTC (rev 6886)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am	2007-05-16 04:10:24 UTC (rev 6887)
@@ -24,5 +24,7 @@
 	TestFaultCohesive.py \
 	TestFaultCohesiveKin.py
 
+TESTS_ENVIRONMENT = $(PYTHON)
 
+
 # End of file 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/Makefile.am	2007-05-16 00:17:55 UTC (rev 6886)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/Makefile.am	2007-05-16 04:10:24 UTC (rev 6887)
@@ -52,4 +52,7 @@
 	testfeassemble.pyxe testfeassemble.pyx testfeassemble.c *_embed.* \
 	$(am__installdirs)/testfeassemblemodule.*
 
+TESTS_ENVIRONMENT = $(PYTHON)
+
+
 # End of file 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am	2007-05-16 00:17:55 UTC (rev 6886)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am	2007-05-16 04:10:24 UTC (rev 6887)
@@ -24,5 +24,7 @@
 	TestMaterial.py \
 	TestElasticIsotropic3D.py
 
+TESTS_ENVIRONMENT = $(PYTHON)
 
+
 # End of file 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am	2007-05-16 00:17:55 UTC (rev 6886)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am	2007-05-16 04:10:24 UTC (rev 6887)
@@ -24,5 +24,7 @@
 	TestMeshIOCubit.py \
 	TestMeshIOLagrit.py
 
+TESTS_ENVIRONMENT = $(PYTHON)
 
+
 # End of file 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/Makefile.am	2007-05-16 00:17:55 UTC (rev 6886)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/Makefile.am	2007-05-16 04:10:24 UTC (rev 6887)
@@ -22,5 +22,7 @@
 	TestMeshGenerator.py \
 	TestMeshImporter.py
 
+TESTS_ENVIRONMENT = $(PYTHON)
 
+
 # End of file 

Modified: short/3D/PyLith/trunk/unittests/pytests/utils/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/utils/Makefile.am	2007-05-16 00:17:55 UTC (rev 6886)
+++ short/3D/PyLith/trunk/unittests/pytests/utils/Makefile.am	2007-05-16 04:10:24 UTC (rev 6887)
@@ -20,5 +20,7 @@
 noinst_PYTHON = \
 	TestPetscManager.py
 
+TESTS_ENVIRONMENT = $(PYTHON)
 
+
 # End of file 



More information about the cig-commits mailing list