mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 01:07:57 +00:00
Add group and run type to UnitTest
This commit is contained in:
@@ -535,7 +535,7 @@ void JSON::writeToStream (OutputStream& output, const var& data, const bool allO
|
||||
class JSONTests : public UnitTest
|
||||
{
|
||||
public:
|
||||
JSONTests() : UnitTest ("JSON") { }
|
||||
JSONTests() : UnitTest ("JSON", "beast") { }
|
||||
|
||||
static String createRandomWideCharString (Random& r)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user