summaryrefslogtreecommitdiff
path: root/test/fullcheck.sh
Commit message (Collapse)AuthorAgeFilesLines
* Corrected an uninitialized memory bugJohn Wiegley2012-03-191-1/+4
|
* Passing --verify to regression tests uses valgrindJohn Wiegley2012-03-171-1/+1
|
* libgmalloc is no longer available on OS X LionJohn Wiegley2012-03-171-9/+9
|
* Look for valgrind in /opt/local/bin alsoJohn Wiegley2012-03-051-1/+1
|
* Added LedgerHarness.py, to simplify test creationJohn Wiegley2009-02-281-0/+3
|
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-261-0/+15
This way, if the running total is off by a penny or two due to rounding of one or more commodities in the account, the user will see it. This commit also reorganizes the testing code a bit, which I did after adding the ninth test series (ConfirmTests), to validate the new rounding code.