mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 15:05:53 +00:00
Run an individual unit test
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
{
|
||||
String s;
|
||||
|
||||
s << "UnsignedInteger <" << String(Bytes) << ">";
|
||||
s << "Bytes=" << String(Bytes);
|
||||
|
||||
beginTest (s);
|
||||
|
||||
@@ -82,6 +82,4 @@ public:
|
||||
private:
|
||||
};
|
||||
|
||||
#if BEAST_UNIT_TESTS
|
||||
static UnsignedIntegerTests unsignedIntegerTests;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user