Skip to content

Commit

Permalink
Add RPCCall unit tests (RIPD-1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottschurr authored and nbougalis committed Oct 1, 2018
1 parent 4104778 commit eeb9d92
Show file tree
Hide file tree
Showing 4 changed files with 7,050 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2244,6 +2244,7 @@ target_sources (rippled PRIVATE
src/test/rpc/NoRipple_test.cpp
src/test/rpc/OwnerInfo_test.cpp
src/test/rpc/Peers_test.cpp
src/test/rpc/RPCCall_test.cpp
src/test/rpc/RPCOverload_test.cpp
src/test/rpc/RobustTransaction_test.cpp
src/test/rpc/ServerInfo_test.cpp
Expand Down
1 change: 1 addition & 0 deletions src/ripple/net/RPCCall.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#ifndef RIPPLE_NET_RPCCALL_H_INCLUDED
#define RIPPLE_NET_RPCCALL_H_INCLUDED

#include <ripple/basics/Log.h>
#include <ripple/core/Config.h>
#include <ripple/json/json_value.h>
#include <boost/asio/io_service.hpp>
Expand Down
Loading

0 comments on commit eeb9d92

Please sign in to comment.