diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-12-16 15:50:31 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-01-05 15:45:35 +0100 |
| commit | dba2e9141a4f07154829bdaed35adaf7af7908d3 (patch) | |
| tree | 4ee4fcf07d394f7dba3072cca2ae1ee3b4fc70f0 /src/Makefile.test.include | |
| parent | Add conversion functions arith_uint256<->uint_256 (diff) | |
| download | discoin-dba2e9141a4f07154829bdaed35adaf7af7908d3.tar.xz discoin-dba2e9141a4f07154829bdaed35adaf7af7908d3.zip | |
Add tests for new uint256
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 21d91acc6..2f10702d8 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -68,6 +68,7 @@ BITCOIN_TESTS =\ test/test_bitcoin.cpp \ test/timedata_tests.cpp \ test/transaction_tests.cpp \ + test/uint256_tests.cpp \ test/univalue_tests.cpp \ test/util_tests.cpp |