rename chapters
This commit is contained in:
12
Chapter17/cib/libs/etl/test/UnitTest++/TestSuite.h
Normal file
12
Chapter17/cib/libs/etl/test/UnitTest++/TestSuite.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef UNITTEST_TESTSUITE_H
|
||||
#define UNITTEST_TESTSUITE_H
|
||||
|
||||
namespace UnitTestSuite
|
||||
{
|
||||
inline char const* GetSuiteName ()
|
||||
{
|
||||
return "DefaultSuite";
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user