[Gnucash-changes] r13073 - gnucash/trunk/src/import-export/qif - Disable testing of the (not finished) qif import re-write.

Derek Atkins warlord at cvs.gnucash.org
Wed Feb 1 20:22:24 EST 2006


Author: warlord
Date: 2006-02-01 20:22:23 -0500 (Wed, 01 Feb 2006)
New Revision: 13073
Trac: http://svn.gnucash.org/trac/changeset/13073

Modified:
   gnucash/trunk/src/import-export/qif/Makefile.am
Log:
Disable testing of the (not finished) qif import re-write.
(the tests fail on amd64).  Since this code isn't used,
yet, there's no need to actually run these tests.  But let's
distribute the code anyways....



Modified: gnucash/trunk/src/import-export/qif/Makefile.am
===================================================================
--- gnucash/trunk/src/import-export/qif/Makefile.am	2006-02-02 00:07:58 UTC (rev 13072)
+++ gnucash/trunk/src/import-export/qif/Makefile.am	2006-02-02 01:22:23 UTC (rev 13073)
@@ -1,4 +1,5 @@
-SUBDIRS = . test
+#SUBDIRS = . test
+DIST_SUBDIRS = test
 
 pkglib_LTLIBRARIES=libgncmod-qif.la
 



More information about the gnucash-changes mailing list