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

brad at geodynamics.org brad at geodynamics.org
Tue May 4 12:59:35 PDT 2010


Author: brad
Date: 2010-05-04 12:59:34 -0700 (Tue, 04 May 2010)
New Revision: 16626

Modified:
   short/3D/PyLith/trunk/Makefile.am
Log:
Fixed tests and tests_auto in Makefile.

Modified: short/3D/PyLith/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/Makefile.am	2010-05-04 19:59:20 UTC (rev 16625)
+++ short/3D/PyLith/trunk/Makefile.am	2010-05-04 19:59:34 UTC (rev 16626)
@@ -22,13 +22,11 @@
 
 if ENABLE_TESTING
   SUBDIRS += \
-	unittests
-
-# Full-scale tests in progress.
-#	tests_auto
+	unittests \
+	tests_auto
 endif
 
-DIST_SUBDIRS = $(SUBDIRS) examples tests doc
+DIST_SUBDIRS = $(SUBDIRS) examples tests_auto tests doc
 
 if ENABLE_DOCUMENTATION
   SUBDIRS += doc



More information about the CIG-COMMITS mailing list