diff options
| author | Jeff Garzik <[email protected]> | 2014-08-20 00:28:46 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-08-20 00:28:46 -0400 |
| commit | e85267be6306a54a0cfe0055c88b0b753f7d68cd (patch) | |
| tree | 706a3c344940b7f2e0a0f05dcee7656c8ae3ae7c /src/Makefile.test.include | |
| parent | UniValue: compact (!pretty) output should not include extra whitespace (diff) | |
| download | discoin-e85267be6306a54a0cfe0055c88b0b753f7d68cd.tar.xz discoin-e85267be6306a54a0cfe0055c88b0b753f7d68cd.zip | |
UniValue: add unit tests
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 |