Add 'print' unit test which prints the list of tests

This commit is contained in:
Vinnie Falco
2013-08-07 15:34:13 -07:00
parent c3f86da17a
commit f48ab1b286
4 changed files with 55 additions and 4 deletions

View File

@@ -269,7 +269,7 @@ bool ProxyHandshake::Version1::parse (void const* headerData, size_t headerBytes
class ProxyHandshakeTests : public UnitTest
{
public:
ProxyHandshakeTests () : UnitTest ("ProxyHandshake", "ripple", runManual)
ProxyHandshakeTests () : UnitTest ("ProxyHandshake", "ripple")
{
}