Disable usage of qof/test for now because is does not yet compile.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20104 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2011-01-15 09:52:27 +00:00
parent 886da7638d
commit eae03c2003
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
SUBDIRS = test
#SUBDIRS = test
lib_LTLIBRARIES = libgnc-qof.la

View File

@@ -21,7 +21,9 @@
\********************************************************************/
#include "config.h"
#include <glib.h>
#include <qof.h>
extern void test_suite_qofbook();
extern void test_suite_qofinstance();