Add omitted unit tests, cleanup old files

This commit is contained in:
Mike Ellery
2019-10-04 14:19:58 -07:00
committed by Manoj doshi
parent 82484e26f5
commit 2110b24090
5 changed files with 10 additions and 697 deletions

View File

@@ -12,7 +12,7 @@ if (static OR MSVC)
else ()
set (Boost_USE_STATIC_RUNTIME OFF)
endif ()
find_dependency (Boost 1.67
find_dependency (Boost 1.70
COMPONENTS
chrono
context

View File

@@ -392,6 +392,7 @@ if (unity)
src/test/unity/crypto_test_unity.cpp
src/test/unity/json_test_unity.cpp
src/test/unity/ledger_test_unity.cpp
src/test/unity/net_test_unity.cpp
src/test/unity/nodestore_test_unity.cpp
src/test/unity/overlay_test_unity.cpp
src/test/unity/peerfinder_test_unity.cpp
@@ -897,6 +898,11 @@ else ()
src/test/ledger/PendingSaves_test.cpp
src/test/ledger/SkipList_test.cpp
src/test/ledger/View_test.cpp
#[===============================[
nounity, test sources:
subdir: net
#]===============================]
src/test/net/SSLHTTPDownloader_test.cpp
#[===============================[
nounity, test sources:
subdir: nodestore
@@ -974,6 +980,7 @@ else ()
src/test/rpc/NoRipple_test.cpp
src/test/rpc/OwnerInfo_test.cpp
src/test/rpc/Peers_test.cpp
src/test/rpc/Roles_test.cpp
src/test/rpc/RPCCall_test.cpp
src/test/rpc/RPCOverload_test.cpp
src/test/rpc/RobustTransaction_test.cpp