mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Address Travis compiler out of memory and timeout errors
This commit is contained in:
36
src/test/unity/app_test_unity1.cpp
Normal file
36
src/test/unity/app_test_unity1.cpp
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
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 <test/app/AccountTxPaging_test.cpp>
|
||||
#include <test/app/AmendmentTable_test.cpp>
|
||||
#include <test/app/CrossingLimits_test.cpp>
|
||||
#include <test/app/DeliverMin_test.cpp>
|
||||
#include <test/app/Discrepancy_test.cpp>
|
||||
#include <test/app/Escrow_test.cpp>
|
||||
#include <test/app/Flow_test.cpp>
|
||||
#include <test/app/Freeze_test.cpp>
|
||||
#include <test/app/HashRouter_test.cpp>
|
||||
#include <test/app/LedgerLoad_test.cpp>
|
||||
#include <test/app/LoadFeeTrack_test.cpp>
|
||||
#include <test/app/Manifest_test.cpp>
|
||||
#include <test/app/MultiSign_test.cpp>
|
||||
#include <test/app/OfferStream_test.cpp>
|
||||
#include <test/app/Offer_test.cpp>
|
||||
#include <test/app/OversizeMeta_test.cpp>
|
||||
@@ -18,36 +18,20 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include <test/app/AccountTxPaging_test.cpp>
|
||||
#include <test/app/AmendmentTable_test.cpp>
|
||||
#include <test/app/CrossingLimits_test.cpp>
|
||||
#include <test/app/DeliverMin_test.cpp>
|
||||
#include <test/app/Discrepancy_test.cpp>
|
||||
#include <test/app/Flow_test.cpp>
|
||||
#include <test/app/Freeze_test.cpp>
|
||||
#include <test/app/HashRouter_test.cpp>
|
||||
#include <test/app/LedgerLoad_test.cpp>
|
||||
#include <test/app/LoadFeeTrack_test.cpp>
|
||||
#include <test/app/Manifest_test.cpp>
|
||||
#include <test/app/MultiSign_test.cpp>
|
||||
#include <test/app/OfferStream_test.cpp>
|
||||
#include <test/app/Offer_test.cpp>
|
||||
#include <test/app/OversizeMeta_test.cpp>
|
||||
#include <test/app/Path_test.cpp>
|
||||
#include <test/app/PayChan_test.cpp>
|
||||
#include <test/app/PayStrand_test.cpp>
|
||||
#include <test/app/PseudoTx_test.cpp>
|
||||
#include <test/app/Regression_test.cpp>
|
||||
#include <test/app/SetAuth_test.cpp>
|
||||
#include <test/app/SetRegularKey_test.cpp>
|
||||
#include <test/app/SetTrust_test.cpp>
|
||||
#include <test/app/SHAMapStore_test.cpp>
|
||||
#include <test/app/Escrow_test.cpp>
|
||||
#include <test/app/Taker_test.cpp>
|
||||
#include <test/app/Ticket_test.cpp>
|
||||
#include <test/app/Transaction_ordering_test.cpp>
|
||||
#include <test/app/TrustAndBalance_test.cpp>
|
||||
#include <test/app/TxQ_test.cpp>
|
||||
#include <test/app/ValidatorKeys_test.cpp>
|
||||
#include <test/app/ValidatorList_test.cpp>
|
||||
#include <test/app/ValidatorSite_test.cpp>
|
||||
#include <test/app/SetTrust_test.cpp>
|
||||
#include <test/app/Ticket_test.cpp>
|
||||
#include <test/app/PseudoTx_test.cpp>
|
||||
@@ -26,12 +26,3 @@
|
||||
#include <test/beast/beast_Debug_test.cpp>
|
||||
#include <test/beast/beast_Journal_test.cpp>
|
||||
#include <test/beast/beast_PropertyStream_test.cpp>
|
||||
#include <test/beast/beast_tagged_integer_test.cpp>
|
||||
#include <test/beast/beast_weak_fn_test.cpp>
|
||||
#include <test/beast/beast_Zero_test.cpp>
|
||||
#include <test/beast/define_print.cpp>
|
||||
#include <test/beast/hash_append_test.cpp>
|
||||
#include <test/beast/hash_speed_test.cpp>
|
||||
#include <test/beast/IPEndpoint_test.cpp>
|
||||
#include <test/beast/LexicalCast_test.cpp>
|
||||
#include <test/beast/SemanticVersion_test.cpp>
|
||||
29
src/test/unity/beast_test_unity2.cpp
Normal file
29
src/test/unity/beast_test_unity2.cpp
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
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 <test/beast/beast_tagged_integer_test.cpp>
|
||||
#include <test/beast/beast_weak_fn_test.cpp>
|
||||
#include <test/beast/beast_Zero_test.cpp>
|
||||
#include <test/beast/define_print.cpp>
|
||||
#include <test/beast/hash_append_test.cpp>
|
||||
#include <test/beast/hash_speed_test.cpp>
|
||||
#include <test/beast/IPEndpoint_test.cpp>
|
||||
#include <test/beast/LexicalCast_test.cpp>
|
||||
#include <test/beast/SemanticVersion_test.cpp>
|
||||
37
src/test/unity/jtx_unity1.cpp
Normal file
37
src/test/unity/jtx_unity1.cpp
Normal file
@@ -0,0 +1,37 @@
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
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 <test/jtx/Env_test.cpp>
|
||||
#include <test/jtx/WSClient_test.cpp>
|
||||
|
||||
#include <test/jtx/impl/Account.cpp>
|
||||
#include <test/jtx/impl/amount.cpp>
|
||||
#include <test/jtx/impl/balance.cpp>
|
||||
#include <test/jtx/impl/delivermin.cpp>
|
||||
#include <test/jtx/impl/Env.cpp>
|
||||
#include <test/jtx/impl/envconfig.cpp>
|
||||
#include <test/jtx/impl/fee.cpp>
|
||||
#include <test/jtx/impl/flags.cpp>
|
||||
#include <test/jtx/impl/JSONRPCClient.cpp>
|
||||
#include <test/jtx/impl/jtx_json.cpp>
|
||||
#include <test/jtx/impl/ManualTimeKeeper.cpp>
|
||||
#include <test/jtx/impl/memo.cpp>
|
||||
#include <test/jtx/impl/multisign.cpp>
|
||||
@@ -19,17 +19,6 @@
|
||||
|
||||
#include <BeastConfig.h>
|
||||
|
||||
#include <test/jtx/impl/Account.cpp>
|
||||
#include <test/jtx/impl/amount.cpp>
|
||||
#include <test/jtx/impl/balance.cpp>
|
||||
#include <test/jtx/impl/delivermin.cpp>
|
||||
#include <test/jtx/impl/Env.cpp>
|
||||
#include <test/jtx/impl/envconfig.cpp>
|
||||
#include <test/jtx/impl/fee.cpp>
|
||||
#include <test/jtx/impl/flags.cpp>
|
||||
#include <test/jtx/impl/jtx_json.cpp>
|
||||
#include <test/jtx/impl/memo.cpp>
|
||||
#include <test/jtx/impl/multisign.cpp>
|
||||
#include <test/jtx/impl/offer.cpp>
|
||||
#include <test/jtx/impl/owners.cpp>
|
||||
#include <test/jtx/impl/paths.cpp>
|
||||
@@ -45,9 +34,4 @@
|
||||
#include <test/jtx/impl/trust.cpp>
|
||||
#include <test/jtx/impl/txflags.cpp>
|
||||
#include <test/jtx/impl/utility.cpp>
|
||||
|
||||
#include <test/jtx/impl/JSONRPCClient.cpp>
|
||||
#include <test/jtx/impl/ManualTimeKeeper.cpp>
|
||||
#include <test/jtx/impl/WSClient.cpp>
|
||||
#include <test/jtx/Env_test.cpp>
|
||||
#include <test/jtx/WSClient_test.cpp>
|
||||
21
src/test/unity/server_status_test_unity.cpp
Normal file
21
src/test/unity/server_status_test_unity.cpp
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
/*
|
||||
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 <test/server/ServerStatus_test.cpp>
|
||||
@@ -19,4 +19,3 @@
|
||||
//==============================================================================
|
||||
|
||||
#include <test/server/Server_test.cpp>
|
||||
#include <test/server/ServerStatus_test.cpp>
|
||||
|
||||
Reference in New Issue
Block a user