[cig-commits] r12754 - in short/3D/PyLith/trunk/unittests/pytests: faults problems
brad at geodynamics.org
brad at geodynamics.org
Fri Aug 29 21:06:02 PDT 2008
Author: brad
Date: 2008-08-29 21:06:02 -0700 (Fri, 29 Aug 2008)
New Revision: 12754
Modified:
short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am
short/3D/PyLith/trunk/unittests/pytests/problems/Makefile.am
Log:
Added missing files for source distribution.
Modified: short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am 2008-08-30 01:22:36 UTC (rev 12753)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am 2008-08-30 04:06:02 UTC (rev 12754)
@@ -27,6 +27,7 @@
TestFaultCohesive.py \
TestFaultCohesiveKin.py \
TestEqKinSrc.py \
+ TestSingleRupture.py \
TestStepSlipFn.py
Modified: short/3D/PyLith/trunk/unittests/pytests/problems/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/problems/Makefile.am 2008-08-30 01:22:36 UTC (rev 12753)
+++ short/3D/PyLith/trunk/unittests/pytests/problems/Makefile.am 2008-08-30 04:06:02 UTC (rev 12754)
@@ -21,7 +21,10 @@
TESTS_ENVIRONMENT = $(PYTHON)
noinst_PYTHON = \
- TestTimeStepUniform.py
+ TestTimeStep.py \
+ TestTimeStepAdapt.py \
+ TestTimeStepUniform.py \
+ TestTimeStepUser.py
# End of file
More information about the cig-commits
mailing list