aboutsummaryrefslogtreecommitdiff
path: root/src/test/sanity_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+3
| | | | | | | | Make sure that chainparams and logging is properly initialized. Doing this for every test may be overkill, but this initialization is so simple that that does not matter. This should fix the travis issues.
* tests: run sanity checks in tests tooCory Fields2015-01-051-0/+18
If these are going to fail in bitcoind, they should fail in the tests as well.