blob: 2812d8c9496cb46bf8c5ac16d9a70de50db78028 [file] [log] [blame]
#ifndef UNITTEST_TESTSUITE_H
#define UNITTEST_TESTSUITE_H
namespace UnitTestSuite
{
inline char const* GetSuiteName ()
{
return "DefaultSuite";
}
}
#endif