diff options
| author | Jeff Garzik <[email protected]> | 2014-08-20 22:47:00 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-08-20 22:47:00 -0400 |
| commit | f368af3d5d9755971605b5be4cc776e1f56015e0 (patch) | |
| tree | aecb892909c9844809d371d1fd70ca20e43ef1a3 /src/Makefile.test.include | |
| parent | Merge pull request #4717 from cozz/cozz8 (diff) | |
| parent | UniValue tests: use more BOOST_CHECK() (diff) | |
| download | discoin-f368af3d5d9755971605b5be4cc776e1f56015e0.tar.xz discoin-f368af3d5d9755971605b5be4cc776e1f56015e0.zip | |
Merge pull request #4730
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 7e25430e3..bf6534cf3 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -58,6 +58,7 @@ BITCOIN_TESTS =\ test/test_bitcoin.cpp \ test/transaction_tests.cpp \ test/uint256_tests.cpp \ + test/univalue_tests.cpp \ test/util_tests.cpp \ test/scriptnum_tests.cpp \ test/sighash_tests.cpp |