[cig-commits] r11679 - in short/3D/PyLith/trunk: . unittests/pytests/bc unittests/pytests/faults unittests/pytests/materials

leif at geodynamics.org leif at geodynamics.org
Mon Mar 31 14:46:43 PDT 2008


Author: leif
Date: 2008-03-31 14:46:43 -0700 (Mon, 31 Mar 2008)
New Revision: 11679

Modified:
   short/3D/PyLith/trunk/configure.ac
   short/3D/PyLith/trunk/unittests/pytests/bc/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am
Log:
Fixed "make dist".  Bumped version.


Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2008-03-31 21:20:58 UTC (rev 11678)
+++ short/3D/PyLith/trunk/configure.ac	2008-03-31 21:46:43 UTC (rev 11679)
@@ -11,7 +11,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([PyLith], [1.0.2], [cig-short at geodynamics.org])
+AC_INIT([PyLith], [1.1.0], [cig-short at geodynamics.org])
 AC_CONFIG_AUX_DIR([./aux-config])
 AC_CONFIG_HEADER([portinfo])
 AC_CONFIG_MACRO_DIR([m4])

Modified: short/3D/PyLith/trunk/unittests/pytests/bc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/bc/Makefile.am	2008-03-31 21:20:58 UTC (rev 11678)
+++ short/3D/PyLith/trunk/unittests/pytests/bc/Makefile.am	2008-03-31 21:46:43 UTC (rev 11679)
@@ -24,10 +24,7 @@
 	TestAbsorbingDampers.py \
 	TestNeumann.py \
 	TestDirichletPoints.py \
-	TestBCSingle.py \
-	TestBCTwoSides.py \
-	TestBCFourSides.py \
-	TestBCSixSides.py
+	TestDirichletBoundary.py
 
 
 # End of file 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am	2008-03-31 21:20:58 UTC (rev 11678)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am	2008-03-31 21:46:43 UTC (rev 11679)
@@ -25,7 +25,7 @@
 	TestFault.py \
 	TestFaultCohesive.py \
 	TestFaultCohesiveKin.py \
-	TestSingleFault.py
+	TestEqKinSrc.py
 
 
 # End of file 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am	2008-03-31 21:20:58 UTC (rev 11678)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am	2008-03-31 21:46:43 UTC (rev 11679)
@@ -21,7 +21,6 @@
 TESTS_ENVIRONMENT = $(PYTHON)
 
 noinst_PYTHON = \
-	TestBiMaterial.py \
 	TestElasticIsotropic3D.py \
 	TestElasticPlaneStrain.py \
 	TestElasticPlaneStress.py \



More information about the cig-commits mailing list