Add group and run type to UnitTest

This commit is contained in:
Vinnie Falco
2013-07-20 07:17:40 -07:00
parent dc52a31814
commit d25fe19d87
14 changed files with 111 additions and 68 deletions

View File

@@ -20,7 +20,7 @@
class UnsignedIntegerTests : public UnitTest
{
public:
UnsignedIntegerTests () : UnitTest ("UnsignedInteger")
UnsignedIntegerTests () : UnitTest ("UnsignedInteger", "beast")
{
}