diff options
author | John Newbery <john@johnnewbery.com> | 2017-12-12 12:45:53 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-12-12 12:45:53 -0500 |
commit | 2862b562cc17f9d4507dab3b9281bf066b093e16 (patch) | |
tree | 16a04698ac9410a33528b72395d79c0f586fb570 /src/Makefile.test.include | |
parent | 5d132e8b974652d96466a1b73ec1231614719fe2 (diff) |
[tests] remove redundant univalue_tests.cpp
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 06175be3fc..49a814c3f6 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -84,7 +84,6 @@ BITCOIN_TESTS =\ test/txvalidationcache_tests.cpp \ test/versionbits_tests.cpp \ test/uint256_tests.cpp \ - test/univalue_tests.cpp \ test/util_tests.cpp if ENABLE_WALLET |