Files
gnucash/src/engine/test
John Ralls e39383c9ed [Engine Test] Change gdoubles to gfloats
gnc_numeric_to_double() produces int32_t, which causes random digits at
the tail end of int64_t results, causing the comparison tests to fail.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21529 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-11-07 01:01:57 +00:00
..
2010-03-27 21:01:56 +00:00

This directory contains unit test cases to excercise basic 
GnuCash engine functions.

To run the tests, just do 'make check'