mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Move tests to app/tests
This commit is contained in:
committed by
Nik Bougalis
parent
c3da2e1f03
commit
8aafebbb75
@@ -29,6 +29,3 @@
|
||||
#include <ripple/app/misc/Validations.cpp>
|
||||
|
||||
#include <ripple/app/misc/impl/AccountTxPaging.cpp>
|
||||
|
||||
#include <ripple/app/misc/tests/AccountTxPaging.test.cpp>
|
||||
#include <ripple/app/misc/tests/AmendmentTable.test.cpp>
|
||||
|
||||
@@ -41,5 +41,3 @@
|
||||
#include <ripple/app/paths/cursor/ReverseLiquidity.cpp>
|
||||
#include <ripple/app/paths/cursor/ReverseLiquidityForAccount.cpp>
|
||||
#include <ripple/app/paths/cursor/RippleLiquidity.cpp>
|
||||
|
||||
#include <ripple/app/paths/tests/Path_test.cpp>
|
||||
|
||||
@@ -21,3 +21,11 @@
|
||||
|
||||
#include <ripple/app/tests/SusPay_test.cpp>
|
||||
#include <ripple/app/tests/Regression_test.cpp>
|
||||
#include <ripple/app/tests/AccountTxPaging.test.cpp>
|
||||
#include <ripple/app/tests/AmendmentTable.test.cpp>
|
||||
#include <ripple/app/tests/Path_test.cpp>
|
||||
#include <ripple/app/tests/DeliverMin.test.cpp>
|
||||
#include <ripple/app/tests/MultiSign.test.cpp>
|
||||
#include <ripple/app/tests/OfferStream.test.cpp>
|
||||
#include <ripple/app/tests/Offer.test.cpp>
|
||||
#include <ripple/app/tests/Taker.test.cpp>
|
||||
|
||||
@@ -42,9 +42,3 @@
|
||||
#include <ripple/app/tx/impl/ApplyContext.cpp>
|
||||
#include <ripple/app/tx/impl/TransactionAcquire.cpp>
|
||||
#include <ripple/app/tx/impl/Transactor.cpp>
|
||||
|
||||
#include <ripple/app/tx/tests/DeliverMin.test.cpp>
|
||||
#include <ripple/app/tx/tests/MultiSign.test.cpp>
|
||||
#include <ripple/app/tx/tests/OfferStream.test.cpp>
|
||||
#include <ripple/app/tx/tests/Offer.test.cpp>
|
||||
#include <ripple/app/tx/tests/Taker.test.cpp>
|
||||
|
||||
Reference in New Issue
Block a user