[cig-commits] r13555 - cs/cigma/trunk

luis at geodynamics.org luis at geodynamics.org
Tue Dec 9 18:14:12 PST 2008


Author: luis
Date: 2008-12-09 18:14:12 -0800 (Tue, 09 Dec 2008)
New Revision: 13555

Modified:
   cs/cigma/trunk/Makefile.am
Log:
Reinstate _cigma.so module on make, and pytests on 'make check'

Modified: cs/cigma/trunk/Makefile.am
===================================================================
--- cs/cigma/trunk/Makefile.am	2008-12-10 02:14:11 UTC (rev 13554)
+++ cs/cigma/trunk/Makefile.am	2008-12-10 02:14:12 UTC (rev 13555)
@@ -245,6 +245,7 @@
 
 # XXX: uncomment
 ###pyexec_PROGRAMS = _cigma.so
+pyexec_PROGRAMS = _cigma.so
 
 # _cigma.so extension {{{
 
@@ -333,7 +334,9 @@
 # Also run the tests as part of make check
 TESTS = \
 	cigma-test \
+	$(top_srcdir)/tests/pytests/runner.py \
 	$(top_srcdir)/tests/system/runner.py
+
 #TESTS = \
 #	$(check_PROGRAMS) \
 #	$(top_srcdir)/tests/pytests/runner.py



More information about the CIG-COMMITS mailing list