summaryrefslogtreecommitdiff
path: root/test/UnitTests.cc
Commit message (Collapse)AuthorAgeFilesLines
* Untabified all source filesJohn Wiegley2010-06-111-2/+2
|
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+3
|
* The optimized build could not run 'make fullcheck'John Wiegley2009-03-021-2/+2
|
* Compilation verification code only with debuggingJohn Wiegley2009-02-161-2/+8
| | | | | | Previously, --verify would work even if the sources were built with default options. However, in the interests of performance, --verify is now only available if --enable-debug was passed to configure.
* Reorganized Ledger so that it builds as 7 separate libraries. This is mainlyJohn Wiegley2009-01-251-10/+4
| | | | to prove to myself that it has proper decoupling between prior code areas.
* Increase code coverage of the unit tests.John Wiegley2008-08-131-0/+1
|
* 'make check' is now working again. Also, conversion from amount_t to/fromJohn Wiegley2008-07-271-3/+0
| | | | | | | double has been disabled, because I am no longer packaging the gdtoa library with Ledger (because double conversion really has nothing to do with what Ledger does). If you wish to use it, you can find gdtoa in cpp-rewrite-2006, under a sub-directory of the same name.
* Exchanged old test files for the new testing code in was-v3.0.John Wiegley2008-05-081-0/+115