summaryrefslogtreecommitdiff
path: root/test/expr_tests.cc
Commit message (Collapse)AuthorAgeFilesLines
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-261-3/+0
| | | | | | | | | 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.
* Reorganized Ledger so that it builds as 7 separate libraries. This is mainlyJohn Wiegley2009-01-251-0/+3
to prove to myself that it has proper decoupling between prior code areas.