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

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


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

Modified:
   cs/cigma/trunk/Makefile.am
Log:
Add core readers to Makefile.am, temporarily disable _cigma.so

Modified: cs/cigma/trunk/Makefile.am
===================================================================
--- cs/cigma/trunk/Makefile.am	2008-12-10 02:12:37 UTC (rev 13497)
+++ cs/cigma/trunk/Makefile.am	2008-12-10 02:12:38 UTC (rev 13498)
@@ -155,6 +155,8 @@
 	src/io_null_writer.cpp \
 	src/io_text_writer.h \
 	src/io_text_writer.cpp \
+	src/core_readers.h \
+	src/core_readers.cpp \
 	src/core_base_op.h \
 	src/core_base_op.cpp \
 	src/core_compare_op.h \
@@ -220,7 +222,8 @@
 ##libpycigma_la_SOURCES = foo.cpp
 ##libpycigma_la_CPPFLAGS = $(libcigma_a_CPPFLAGS) $(PYTHON_INCLUDE_DIR)
 
-pyexec_PROGRAMS = _cigma.so
+# XXX: uncomment
+###pyexec_PROGRAMS = _cigma.so
 
 # _cigma.so extension {{{
 
@@ -307,10 +310,13 @@
 check_PROGRAMS = cigma-test
 
 # Also run the tests as part of make check
-TESTS = \
-	$(check_PROGRAMS) \
-	$(top_srcdir)/tests/pytests/runner.py
+TESTS = cigma-test
+#TESTS = \
+#	$(check_PROGRAMS) \
+#	$(top_srcdir)/tests/pytests/runner.py
+# XXX: uncomment above
 
+
 # cigma tests {{{
 
 ## Compiler/Linker Options



More information about the CIG-COMMITS mailing list