mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Move support test code to src/test/support (RIPD-1313)
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
#include <BeastConfig.h>
|
||||
#include <ripple/json/json_reader.h>
|
||||
#include <ripple/json/json_writer.h>
|
||||
#include <ripple/rpc/tests/TestOutputSuite.test.h>
|
||||
#include <test/json/TestOutputSuite.h>
|
||||
|
||||
namespace Json {
|
||||
|
||||
struct Output_test : ripple::RPC::TestOutputSuite
|
||||
struct Output_test : ripple::test::TestOutputSuite
|
||||
{
|
||||
void runTest (std::string const& name, std::string const& valueDesc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user