CppUnit project page
FAQ
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
msvc6
testrunner
msvc6/testrunner/TestRunner.h
Go to the documentation of this file.
1
#ifndef CPPUNIT_MSVC_TESTRUNNER_H
2
#define CPPUNIT_MSVC_TESTRUNNER_H
3
4
5
#if _MSC_VER >= 1000
6
#pragma once
7
#endif // _MSC_VER >= 1000
8
9
#include <
cppunit/ui/mfc/MfcTestRunner.h
>
10
15
typedef
CPPUNIT_NS::MfcTestRunner
TestRunner
;
16
17
#endif // CPPUNIT_MSVC_TESTRUNNER_H
Send comments to:
CppUnit Developers