r20104 - gnucash/trunk/src/libqof/qof - Disable usage of qof/test for now because is does not yet compile.

Christian Stimming cstim at code.gnucash.org
Sat Jan 15 04:52:28 EST 2011


Author: cstim
Date: 2011-01-15 04:52:27 -0500 (Sat, 15 Jan 2011)
New Revision: 20104
Trac: http://svn.gnucash.org/trac/changeset/20104

Modified:
   gnucash/trunk/src/libqof/qof/Makefile.am
   gnucash/trunk/src/libqof/qof/test/test-qof.c
Log:
Disable usage of qof/test for now because is does not yet compile.

Modified: gnucash/trunk/src/libqof/qof/Makefile.am
===================================================================
--- gnucash/trunk/src/libqof/qof/Makefile.am	2011-01-14 23:25:27 UTC (rev 20103)
+++ gnucash/trunk/src/libqof/qof/Makefile.am	2011-01-15 09:52:27 UTC (rev 20104)
@@ -1,4 +1,4 @@
-SUBDIRS = test
+#SUBDIRS = test
 
 lib_LTLIBRARIES = libgnc-qof.la
 

Modified: gnucash/trunk/src/libqof/qof/test/test-qof.c
===================================================================
--- gnucash/trunk/src/libqof/qof/test/test-qof.c	2011-01-14 23:25:27 UTC (rev 20103)
+++ gnucash/trunk/src/libqof/qof/test/test-qof.c	2011-01-15 09:52:27 UTC (rev 20104)
@@ -21,7 +21,9 @@
 \********************************************************************/
 
 
+#include "config.h"
 #include <glib.h>
+#include <qof.h>
 
 extern void test_suite_qofbook();
 extern void test_suite_qofinstance();



More information about the gnucash-changes mailing list