UniValue: add unit tests

This commit is contained in:
Jeff Garzik
2014-08-20 00:28:46 -04:00
parent dee9324a0b
commit e85267be63
2 changed files with 276 additions and 0 deletions

View File

@@ -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