Move support test code to src/test/support (RIPD-1313)

This commit is contained in:
Brad Chase
2016-11-28 15:24:59 -05:00
parent 8425e4558a
commit b6a01ea41c
175 changed files with 851 additions and 921 deletions

View File

@@ -16,14 +16,14 @@
//==============================================================================
#include <BeastConfig.h>
#include <ripple/test/jtx.h>
#include <test/support/jtx.h>
#include <ripple/app/paths/Flow.h>
#include <ripple/app/paths/impl/Steps.h>
#include <ripple/basics/contract.h>
#include <ripple/core/Config.h>
#include <ripple/ledger/PaymentSandbox.h>
#include <ripple/ledger/Sandbox.h>
#include <ripple/ledger/tests/PathSet.h>
#include <test/support/PathSet.h>
#include <ripple/protocol/Feature.h>
#include <ripple/protocol/JsonFields.h>
namespace ripple {