mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add group and run type to UnitTest
This commit is contained in:
@@ -61,7 +61,7 @@ String ChildProcess::readAllProcessOutput()
|
||||
class ChildProcessTests : public UnitTest
|
||||
{
|
||||
public:
|
||||
ChildProcessTests() : UnitTest ("ChildProcess") {}
|
||||
ChildProcessTests() : UnitTest ("ChildProcess", "beast") {}
|
||||
|
||||
void runTest()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user