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