00001 #ifndef CPPUNIT_MSVC_TESTRUNNER_H
00002 #define CPPUNIT_MSVC_TESTRUNNER_H
00003
00004
00005 #if _MSC_VER >= 1000
00006 #pragma once
00007 #endif // _MSC_VER >= 1000
00008
00009 #include <cppunit/ui/mfc/MfcTestRunner.h>
00010
00015 typedef CPPUNIT_NS::MfcTestRunner TestRunner;
00016
00017 #endif // CPPUNIT_MSVC_TESTRUNNER_H