CppUnit project page FAQ

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 
10 
15 typedef CPPUNIT_NS::MfcTestRunner TestRunner;
16 
17 #endif // CPPUNIT_MSVC_TESTRUNNER_H

Send comments to:
CppUnit Developers