Make asio Socket unit tests run automatically

This commit is contained in:
Vinnie Falco
2013-08-21 17:17:26 -07:00
parent f3327e6dca
commit 5c0ee3d9a8

View File

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