aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2014-08-20 00:28:46 -0400
committerJeff Garzik <jgarzik@bitpay.com>2014-08-20 00:28:46 -0400
commite85267be6306a54a0cfe0055c88b0b753f7d68cd (patch)
tree706a3c344940b7f2e0a0f05dcee7656c8ae3ae7c /src/Makefile.test.include
parentdee9324a0bdbf92a0764213f9b24424a7600f47b (diff)
downloadbitcoin-e85267be6306a54a0cfe0055c88b0b753f7d68cd.tar.xz
UniValue: add unit tests
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 7e25430e3e..bf6534cf39 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