Run an individual unit test

This commit is contained in:
Vinnie Falco
2013-07-17 10:28:28 -07:00
parent 159aabd8d9
commit a4c63f4c5d
17 changed files with 24 additions and 38 deletions

View File

@@ -29,7 +29,7 @@ public:
{
String s;
s << "UnsignedInteger <" << String(Bytes) << ">";
s << "Bytes=" << String(Bytes);
beginTest (s);
@@ -82,6 +82,4 @@ public:
private:
};
#if BEAST_UNIT_TESTS
static UnsignedIntegerTests unsignedIntegerTests;
#endif