[cig-commits] r20286 - in short/3D/PyLith/branches/v1.7-trunk/unittests/pytests: friction utils

brad at geodynamics.org brad at geodynamics.org
Fri Jun 1 17:16:20 PDT 2012


Author: brad
Date: 2012-06-01 17:16:19 -0700 (Fri, 01 Jun 2012)
New Revision: 20286

Modified:
   short/3D/PyLith/branches/v1.7-trunk/unittests/pytests/friction/Makefile.am
   short/3D/PyLith/branches/v1.7-trunk/unittests/pytests/utils/Makefile.am
Log:
Added missing unit test Python files to Makefile.am.

Modified: short/3D/PyLith/branches/v1.7-trunk/unittests/pytests/friction/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/unittests/pytests/friction/Makefile.am	2012-06-01 23:45:42 UTC (rev 20285)
+++ short/3D/PyLith/branches/v1.7-trunk/unittests/pytests/friction/Makefile.am	2012-06-02 00:16:19 UTC (rev 20286)
@@ -30,6 +30,7 @@
 	TestFrictionModel.py \
 	TestStaticFriction.py \
 	TestSlipWeakening.py \
+	TestSlipWeakeningTime.py \
 	TestRateStateAgeing.py \
 	TestTimeWeakening.py
 

Modified: short/3D/PyLith/branches/v1.7-trunk/unittests/pytests/utils/Makefile.am
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/unittests/pytests/utils/Makefile.am	2012-06-01 23:45:42 UTC (rev 20285)
+++ short/3D/PyLith/branches/v1.7-trunk/unittests/pytests/utils/Makefile.am	2012-06-02 00:16:19 UTC (rev 20286)
@@ -29,7 +29,8 @@
 noinst_PYTHON = \
 	TestEventLogger.py \
 	TestPetscManager.py \
-	TestConstants.py
+	TestConstants.py \
+	TestPylith.py
 
 
 # End of file 



More information about the CIG-COMMITS mailing list