Last change
on this file since 876 was
876,
checked in by sam, 9 years ago
|
contrib: add a precompiled Win32 version of CppUnit and update build system
accordingly.
|
File size:
424 bytes
|
Line | |
---|
1 | #ifndef CPPUNIT_UI_TEXT_TESTRUNNER_H |
---|
2 | #define CPPUNIT_UI_TEXT_TESTRUNNER_H |
---|
3 | |
---|
4 | #include <cppunit/ui/text/TextTestRunner.h> |
---|
5 | |
---|
6 | |
---|
7 | #if defined(CPPUNIT_HAVE_NAMESPACES) |
---|
8 | |
---|
9 | CPPUNIT_NS_BEGIN |
---|
10 | namespace TextUi |
---|
11 | { |
---|
12 | |
---|
13 | /*! Text TestRunner (DEPRECATED). |
---|
14 | * \deprecated Use TextTestRunner instead. |
---|
15 | */ |
---|
16 | typedef TextTestRunner TestRunner; |
---|
17 | |
---|
18 | } |
---|
19 | CPPUNIT_NS_END |
---|
20 | |
---|
21 | #endif // defined(CPPUNIT_HAVE_NAMESPACES) |
---|
22 | |
---|
23 | |
---|
24 | #endif // CPPUNIT_UI_TEXT_TESTRUNNER_H |
---|
Note: See
TracBrowser
for help on using the repository browser.