aboutsummaryrefslogtreecommitdiff
path: root/src/test/bignum_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix further spelling errors / remove a tab in the sourcePhilip Kaufmann2012-08-021-3/+3
|
* Move NOINLINE definition to test where it's used.Ricardo M. Correia2012-06-071-0/+16
|
* Use C++-style numeric limits instead of C-style.Ricardo M. Correia2012-05-311-3/+3
|
* Fix noinline definition so that it works for more compilers.Ricardo M. Correia2012-05-311-3/+2
|
* Add test case for CBigNum::setint64().Ricardo M. Correia2012-05-141-0/+110
One of the test cases currently aborts when using gcc's flag -ftrapv, due to negating an INT64_MIN int64 variable, which is an undefined operation. This will be fixed in a subsequent commit.