aboutsummaryrefslogtreecommitdiff
path: root/src/test/uint256_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup test suite output to be more useful.Matt Corallo2011-08-081-1/+1
|
* Fix testing setupVegard Nossum2011-08-081-0/+2
| | | | | | | There were some problems with the existing testing setup: - Makefile rules for test-file compilation used CFLAGS instead of CXXFLAGS in makefile.unix
* Boost unit-testing framework.Gavin Andresen2011-06-271-0/+16
make -f makefile.{unix,osx,mingw} test_bitcoin to compile dumb, do-almost-nothing placeholder unit tests.