mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
Most files containing unit test code are moved to src/test. JTx and the test client code are not yet moved.
52 lines
2.3 KiB
C++
52 lines
2.3 KiB
C++
//------------------------------------------------------------------------------
|
|
/*
|
|
This file is part of rippled: https://github.com/ripple/rippled
|
|
Copyright (c) 2012, 2013 Ripple Labs Inc.
|
|
|
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
purpose with or without fee is hereby granted, provided that the above
|
|
copyright notice and this permission notice appear in all copies.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
ANY SPECIAL , DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
*/
|
|
//==============================================================================
|
|
|
|
#include <BeastConfig.h>
|
|
|
|
#include <ripple/test/jtx/impl/Account.cpp>
|
|
#include <ripple/test/jtx/impl/amount.cpp>
|
|
#include <ripple/test/jtx/impl/balance.cpp>
|
|
#include <ripple/test/jtx/impl/delivermin.cpp>
|
|
#include <ripple/test/jtx/impl/Env.cpp>
|
|
#include <ripple/test/jtx/impl/fee.cpp>
|
|
#include <ripple/test/jtx/impl/flags.cpp>
|
|
#include <ripple/test/jtx/impl/jtx_json.cpp>
|
|
#include <ripple/test/jtx/impl/memo.cpp>
|
|
#include <ripple/test/jtx/impl/multisign.cpp>
|
|
#include <ripple/test/jtx/impl/offer.cpp>
|
|
#include <ripple/test/jtx/impl/owners.cpp>
|
|
#include <ripple/test/jtx/impl/paths.cpp>
|
|
#include <ripple/test/jtx/impl/pay.cpp>
|
|
#include <ripple/test/jtx/impl/quality2.cpp>
|
|
#include <ripple/test/jtx/impl/rate.cpp>
|
|
#include <ripple/test/jtx/impl/regkey.cpp>
|
|
#include <ripple/test/jtx/impl/sendmax.cpp>
|
|
#include <ripple/test/jtx/impl/seq.cpp>
|
|
#include <ripple/test/jtx/impl/sig.cpp>
|
|
#include <ripple/test/jtx/impl/tag.cpp>
|
|
#include <ripple/test/jtx/impl/ticket.cpp>
|
|
#include <ripple/test/jtx/impl/trust.cpp>
|
|
#include <ripple/test/jtx/impl/txflags.cpp>
|
|
#include <ripple/test/jtx/impl/utility.cpp>
|
|
|
|
#include <ripple/test/mao/impl/Net.cpp>
|
|
#include <ripple/test/impl/JSONRPCClient.cpp>
|
|
#include <ripple/test/impl/ManualTimeKeeper.cpp>
|
|
#include <ripple/test/impl/WSClient.cpp>
|