[cig-commits] r16617 - short/3D/PyLith/trunk

brad at geodynamics.org brad at geodynamics.org
Mon May 3 21:02:01 PDT 2010


Author: brad
Date: 2010-05-03 21:02:01 -0700 (Mon, 03 May 2010)
New Revision: 16617

Added:
   short/3D/PyLith/trunk/tests_auto/
Removed:
   short/3D/PyLith/trunk/tests/
Modified:
   short/3D/PyLith/trunk/Makefile.am
   short/3D/PyLith/trunk/configure.ac
Log:
Moved tests to test_auto.

Modified: short/3D/PyLith/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/Makefile.am	2010-05-04 04:01:41 UTC (rev 16616)
+++ short/3D/PyLith/trunk/Makefile.am	2010-05-04 04:02:01 UTC (rev 16617)
@@ -25,7 +25,7 @@
 	unittests
 
 # Full-scale tests in progress.
-#	tests
+#	tests_auto
 endif
 
 DIST_SUBDIRS = $(SUBDIRS) examples tests doc

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2010-05-04 04:01:41 UTC (rev 16616)
+++ short/3D/PyLith/trunk/configure.ac	2010-05-04 04:02:01 UTC (rev 16617)
@@ -283,15 +283,15 @@
 		unittests/pytests/topology/Makefile
 		unittests/pytests/topology/data/Makefile
 		unittests/pytests/utils/Makefile
-		tests/Makefile
-		tests/1d/Makefile
-		tests/1d/line2/Makefile
-		tests/1d/line3/Makefile
-		tests/2d/Makefile
-		tests/2d/tri3/Makefile
-		tests/2d/quad4/Makefile
-		tests/3dnew/hex8/Makefile
-		tests/petsc/Makefile
+		tests_auto/Makefile
+		tests_auto/1d/Makefile
+		tests_auto/1d/line2/Makefile
+		tests_auto/1d/line3/Makefile
+		tests_auto/2d/Makefile
+		tests_auto/2d/tri3/Makefile
+		tests_auto/2d/quad4/Makefile
+		tests_auto/3dnew/hex8/Makefile
+		tests_auto/petsc/Makefile
 		playpen/closure/Makefile
                 doc/Makefile
 		doc/developer/Makefile

Copied: short/3D/PyLith/trunk/tests_auto (from rev 16614, short/3D/PyLith/trunk/tests)



More information about the CIG-COMMITS mailing list