root/library/tests/unittest-cpp/TestSuite.h
@
550
Revision 477, 158 bytes (checked in by mido, 15 years ago) |
---|
Line | |
---|---|
1 | #ifndef UNITTEST_TESTSUITE_H |
2 | #define UNITTEST_TESTSUITE_H |
3 | |
4 | namespace UnitTestSuite { |
5 | inline char const* GetSuiteName () { |
6 | return "DefaultSuite"; |
7 | } |
8 | } |
9 | |
10 | #endif |
Note: See TracBrowser
for help on using the browser.