root/library/tests/unittest-cpp/TestSuite.h @ 706

Revision 706, 158 bytes (checked in by smidl, 15 years ago)

eol-native

  • Property svn:eol-style set to native
RevLine 
[418]1#ifndef UNITTEST_TESTSUITE_H
2#define UNITTEST_TESTSUITE_H
3
[477]4namespace UnitTestSuite {
5inline char const* GetSuiteName () {
6        return "DefaultSuite";
[418]7}
[477]8}
[418]9
10#endif
Note: See TracBrowser for help on using the browser.