mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-28 14:35:48 +00:00
Add omitted unit tests, cleanup old files
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user