mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
Add group and run type to UnitTest
This commit is contained in:
@@ -926,7 +926,7 @@ MemoryMappedFile::MemoryMappedFile (const File& file, const Range<int64>& fileRa
|
||||
class FileTests : public UnitTest
|
||||
{
|
||||
public:
|
||||
FileTests() : UnitTest ("File") {}
|
||||
FileTests() : UnitTest ("File", "beast") {}
|
||||
|
||||
void runTest()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user