aboutsummaryrefslogtreecommitdiff
path: root/src/test/amount_tests.cpp
AgeCommit message (Collapse)Author
2017-05-03Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón
...from amount.o to policy/feerate.o Policy, because it moves policy code to the policy directory (common module)
2017-04-26[test] Unit test amount.h/amount.cppJimmy Song
Add tests for MoneyRange, binary operators, ToString and a constructor
2016-04-09[amount] tests: Fix off-by-one mistakeMarcoFalke
2016-04-08[amount] test negative fee rates and full constructorMarcoFalke
2016-03-17[qa] Add amount testsMarcoFalke