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:
430 bytes
|
Line | |
---|
1 | #ifndef CPPUNITUI_MFC_TESTRUNNER_H |
---|
2 | #define CPPUNITUI_MFC_TESTRUNNER_H |
---|
3 | |
---|
4 | #include <cppunit/ui/mfc/MfcTestRunner.h> |
---|
5 | |
---|
6 | CPPUNIT_NS_BEGIN |
---|
7 | |
---|
8 | #if defined(CPPUNIT_HAVE_NAMESPACES) |
---|
9 | namespace MfcUi |
---|
10 | { |
---|
11 | /*! Mfc TestRunner (DEPRECATED). |
---|
12 | * \deprecated Use CppUnit::MfcTestRunner instead. |
---|
13 | */ |
---|
14 | typedef CPPUNIT_NS::MfcTestRunner TestRunner; |
---|
15 | } |
---|
16 | #endif // defined(CPPUNIT_HAVE_NAMESPACES) |
---|
17 | |
---|
18 | CPPUNIT_NS_END |
---|
19 | |
---|
20 | |
---|
21 | #endif // CPPUNITUI_MFC_TESTRUNNER_H |
---|
Note: See
TracBrowser
for help on using the repository browser.