[cig-commits] r18606 - in short/3D/PyLith/trunk: examples/3d/tet4 unittests/libtests/meshio unittests/pytests/meshio

brad at geodynamics.org brad at geodynamics.org
Mon Jun 13 13:20:41 PDT 2011


Author: brad
Date: 2011-06-13 13:20:41 -0700 (Mon, 13 Jun 2011)
New Revision: 18606

Modified:
   short/3D/PyLith/trunk/examples/3d/tet4/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am
Log:
Added files missing from lists in Makefiles.

Modified: short/3D/PyLith/trunk/examples/3d/tet4/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/Makefile.am	2011-06-13 18:16:20 UTC (rev 18605)
+++ short/3D/PyLith/trunk/examples/3d/tet4/Makefile.am	2011-06-13 20:20:41 UTC (rev 18606)
@@ -20,7 +20,9 @@
 	README \
 	pylithapp.cfg \
 	step01.cfg \
+	step02.cfg \
 	step03.cfg \
+	step04.cfg \
 	mesh/mesh_tet4_1000m.lagrit \
 	mesh/tet4_1000m_ascii.gmv \
 	mesh/tet4_1000m_ascii.pset \

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am	2011-06-13 18:16:20 UTC (rev 18605)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am	2011-06-13 20:20:41 UTC (rev 18606)
@@ -251,6 +251,7 @@
 
 
   noinst_HEADERS += \
+	TestHDF5.hh \
 	TestDataWriterHDF5.hh \
 	TestDataWriterHDF5Mesh.hh \
 	TestDataWriterHDF5MeshCases.hh \

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am	2011-06-13 18:16:20 UTC (rev 18605)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am	2011-06-13 20:20:41 UTC (rev 18606)
@@ -37,7 +37,8 @@
 	TestOutputSolnSubset.py \
 	TestDataWriterVTK.py \
 	TestDataWriterHDF5.py \
-	TestSingleOutput.py
+	TestSingleOutput.py \
+	TestXdmf.py
 
 
 if ENABLE_HDF5



More information about the CIG-COMMITS mailing list