mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
New TestOverlay generic peer to peer network tests
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "beast/modules/beast_core/system/BeforeBoost.h" // must come first
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/unordered_set.hpp>
|
||||
|
||||
// For NodeStore backends
|
||||
#include "beast/modules/beast_db/beast_db.h"
|
||||
@@ -46,6 +47,18 @@ namespace ripple
|
||||
#include "node/NodeStore.cpp"
|
||||
#include "node/NodeObject.cpp"
|
||||
|
||||
# include "test/Results.h"
|
||||
# include "test/SimplePayload.h"
|
||||
# include "test/MessageType.h"
|
||||
# include "test/ConnectionType.h"
|
||||
# include "test/PeerType.h"
|
||||
# include "test/NetworkType.h"
|
||||
# include "test/StateBase.h"
|
||||
# include "test/PeerLogicBase.h"
|
||||
# include "test/InitPolicy.h"
|
||||
# include "test/ConfigType.h"
|
||||
#include "test/TestOverlay.cpp"
|
||||
|
||||
# include "validator/Validator.h"
|
||||
#include "validator/Validator.cpp"
|
||||
# include "validator/ValidatorSourceStrings.h"
|
||||
|
||||
Reference in New Issue
Block a user