Add unit test for get_counts RPC method (RIPD-1399)

This commit is contained in:
Mike Ellery
2017-02-10 08:13:58 -08:00
committed by seelabs
parent 73b4c818c5
commit 9e3dadce0d
4 changed files with 126 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include <test/rpc/AccountSet_test.cpp>
#include <test/rpc/Book_test.cpp>
#include <test/rpc/GatewayBalances_test.cpp>
#include <test/rpc/GetCounts_test.cpp>
#include <test/rpc/JSONRPC_test.cpp>
#include <test/rpc/KeyGeneration_test.cpp>
#include <test/rpc/LedgerClosed_test.cpp>