mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-03 18:15:51 +00:00
@@ -69,6 +69,8 @@ target_sources(clio PRIVATE
|
||||
src/rpc/ngHandlers/TransactionEntry.cpp
|
||||
src/rpc/ngHandlers/NoRippleCheck.cpp
|
||||
src/rpc/ngHandlers/NFTInfo.cpp
|
||||
src/rpc/ngHandlers/AccountTx.cpp
|
||||
src/rpc/ngHandlers/AccountOffers.cpp
|
||||
src/rpc/ngHandlers/NFTBuyOffers.cpp
|
||||
## RPC Methods
|
||||
# Account
|
||||
@@ -139,9 +141,11 @@ if(BUILD_TESTS)
|
||||
unittests/rpc/handlers/LedgerEntryTest.cpp
|
||||
unittests/rpc/handlers/LedgerRangeTest.cpp
|
||||
unittests/rpc/handlers/BookOffersTest.cpp
|
||||
unittests/rpc/handlers/TransactionEntryTest.cpp
|
||||
unittests/rpc/handlers/NoRippleCheckTest.cpp
|
||||
unittests/rpc/handlers/NFTInfoTest.cpp
|
||||
unittests/rpc/handlers/AccountTxTest.cpp
|
||||
unittests/rpc/handlers/AccountOffersTest.cpp
|
||||
unittests/rpc/handlers/TransactionEntryTest.cpp
|
||||
unittests/rpc/handlers/NFTBuyOffersTest.cpp)
|
||||
include(CMake/deps/gtest.cmake)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user