Sign in
android
/
platform
/
external
/
Microsoft-unittest-cpp
/
424918c2d57d6d2c8d37987225cbce0c851ec222
/
.
/
UnitTest++
/
TestSuite.h
blob: 2812d8c9496cb46bf8c5ac16d9a70de50db78028 [
file
] [
log
] [
blame
]
#ifndef
UNITTEST_TESTSUITE_H
#define
UNITTEST_TESTSUITE_H
namespace
UnitTestSuite
{
inline
char
const
*
GetSuiteName
()
{
return
"DefaultSuite"
;
}
}
#endif