subrepo: subdir: "components/etl" merged: "be5537ec" upstream: origin: "git@github.com:ETLCPP/etl.git" branch: "20.41.6" commit: "be5537ec" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
12 lines
172 B
C++
12 lines
172 B
C++
#ifndef UNITTEST_TESTSUITE_H
|
|
#define UNITTEST_TESTSUITE_H
|
|
|
|
namespace UnitTestSuite
|
|
{
|
|
inline char const* GetSuiteName ()
|
|
{
|
|
return "DefaultSuite";
|
|
}
|
|
}
|
|
|
|
#endif
|