Add Unit Test for peers RPC Request (RIPD-1419)

This commit is contained in:
Mike Ellery
2017-02-17 20:44:38 -08:00
committed by Nik Bougalis
parent 5bc8f2e3e8
commit af66c62814
4 changed files with 104 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
#include <test/rpc/LedgerRequestRPC_test.cpp>
#include <test/rpc/NoRipple_test.cpp>
#include <test/rpc/NoRippleCheck_test.cpp>
#include <test/rpc/Peers_test.cpp>
#include <test/rpc/RobustTransaction_test.cpp>
#include <test/rpc/RPCOverload_test.cpp>
#include <test/rpc/ServerInfo_test.cpp>