[cig-commits] r18589 - in short/3D/PyLith/trunk: . tests/2d tests/2d/frictionslide tests/2d/refinefaulttip

brad at geodynamics.org brad at geodynamics.org
Fri Jun 10 16:22:54 PDT 2011


Author: brad
Date: 2011-06-10 16:22:54 -0700 (Fri, 10 Jun 2011)
New Revision: 18589

Added:
   short/3D/PyLith/trunk/tests/2d/frictionslide/Makefile.am
   short/3D/PyLith/trunk/tests/2d/refinefaulttip/Makefile.am
Modified:
   short/3D/PyLith/trunk/configure.ac
   short/3D/PyLith/trunk/tests/2d/Makefile.am
Log:
Added test a couple test dirs to source distribution.

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2011-06-10 23:11:39 UTC (rev 18588)
+++ short/3D/PyLith/trunk/configure.ac	2011-06-10 23:22:54 UTC (rev 18589)
@@ -319,6 +319,8 @@
 		tests/2d/Makefile
 		tests/2d/maxwell/Makefile
 		tests/2d/slipdir/Makefile
+		tests/2d/frictionslide/Makefile
+		tests/2d/refinefaulttip/Makefile
 		tests/3d/Makefile
 		tests/3d/matprops/Makefile
 		tests/3d/slipdir/Makefile

Modified: short/3D/PyLith/trunk/tests/2d/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/2d/Makefile.am	2011-06-10 23:11:39 UTC (rev 18588)
+++ short/3D/PyLith/trunk/tests/2d/Makefile.am	2011-06-10 23:22:54 UTC (rev 18589)
@@ -18,7 +18,9 @@
 
 SUBDIRS = \
 	maxwell \
-	slipdir
+	slipdir \
+	frictionslide \
+	refinefaulttip
 
 
 # End of file 

Added: short/3D/PyLith/trunk/tests/2d/frictionslide/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/2d/frictionslide/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/tests/2d/frictionslide/Makefile.am	2011-06-10 23:22:54 UTC (rev 18589)
@@ -0,0 +1,28 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
+#
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
+#
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
+# ----------------------------------------------------------------------
+#
+
+dist_noinst_DATA =\
+	pylithapp.cfg \
+	quad4.mesh \
+	ratestate_stable.cfg \
+	ratestate_weak.cfg \
+	velocitysteps.timedb \
+	plot_friction.py
+
+
+# End of file 

Added: short/3D/PyLith/trunk/tests/2d/refinefaulttip/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/2d/refinefaulttip/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/tests/2d/refinefaulttip/Makefile.am	2011-06-10 23:22:54 UTC (rev 18589)
@@ -0,0 +1,24 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
+#
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
+#
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
+# ----------------------------------------------------------------------
+#
+
+dist_noinst_DATA =\
+	pylithapp.cfg \
+	quad4.mesh
+
+
+# End of file 



More information about the CIG-COMMITS mailing list