Make asio Socket unit tests run automatically

This commit is contained in:
Vinnie Falco
2013-08-21 17:17:26 -07:00
parent 1959a93f28
commit bea6302759
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ public:
timeoutSeconds = 10
};
TestPeerUnitTests () : UnitTest ("TestPeer", "beast", runManual)
TestPeerUnitTests () : UnitTest ("TestPeer", "beast")
{
}
};

View File

@@ -261,7 +261,7 @@ public:
timeoutSeconds = 10
};
MultiSocketTests () : UnitTest ("MultiSocket", "ripple", runManual)
MultiSocketTests () : UnitTest ("MultiSocket", "ripple")
{
}
};