aboutsummaryrefslogtreecommitdiff
path: root/src/test/uint160_tests.cpp
AgeCommit message (Collapse)Author
2011-08-08Cleanup test suite output to be more useful.Matt Corallo
2011-08-08Fix testing setupVegard Nossum
There were some problems with the existing testing setup: - Makefile rules for test-file compilation used CFLAGS instead of CXXFLAGS in makefile.unix
2011-06-27Boost unit-testing framework.Gavin Andresen
make -f makefile.{unix,osx,mingw} test_bitcoin to compile dumb, do-almost-nothing placeholder unit tests.