r15301 - gnucash/trunk/lib/libqof/qof - For convenience, add commented-out build rules for testing the qofmath128 test program

Christian Stimming cstim at cvs.gnucash.org
Tue Jan 2 12:26:19 EST 2007


Author: cstim
Date: 2007-01-02 12:26:18 -0500 (Tue, 02 Jan 2007)
New Revision: 15301
Trac: http://svn.gnucash.org/trac/changeset/15301

Modified:
   gnucash/trunk/lib/libqof/qof/Makefile.am
Log:
For convenience, add commented-out build rules for testing the qofmath128 test program

Modified: gnucash/trunk/lib/libqof/qof/Makefile.am
===================================================================
--- gnucash/trunk/lib/libqof/qof/Makefile.am	2007-01-02 17:18:19 UTC (rev 15300)
+++ gnucash/trunk/lib/libqof/qof/Makefile.am	2007-01-02 17:26:18 UTC (rev 15301)
@@ -94,3 +94,11 @@
 
 BUILT_SOURCES = qofla-dir.h
 CLEANFILES = $(BUILT_SOURCES)
+
+## For testing the qofmath128 routines, uncomment the following
+## lines and run the test-qofmath program.
+#noinst_PROGRAMS = test-qofmath
+#test_qofmath_SOURCES=gnc-numeric.c
+#DEFS=-DTEST_128_BIT_MULT
+#test_qofmath_LDFLAGS=$(libgncqof_la_LDFLAGS)
+#test_qofmath_LDADD=$(libgncqof_la_LIBADD)



More information about the gnucash-changes mailing list