? Building:---------
? * Open the src/CppUnitLibraries.dsw workspace in VC++.
? * In the 'Build' menu, select 'Batch Build...'
? * In the batch build dialog, select all projects and press the build button.
? * The resulting libraries can be found in the lib/ directory.
? 注意:直接编译会有错误
CppUnit VC6.0安装
? 注册插件
? At the current time, the only supported WIN32 platform is
? Microsoft Visual C++. You must have VC++ 6.0 at least.
? Quick Steps to compile & run a sample using the GUI TestRunner:
? - Open examples/examples.dsw in VC++ (contains all the samples).
? VC7 will ask you if you want to convert, anwser 'yes to all'.
? - Make HostApp the Active project
? - Compile
? - For Visual Studio 6 only:
? - in VC++, Tools/Customize.../Add-ins and macro files/Browse...
? - select the file lib/TestRunnerDSPlugIn.dll and press ok to register
? the add-ins (double-click on failure = open file in VC++).
? - Run the project
CppUnit VC 设置
? “Projects/Settings.../C++/C++ Language”页选中“Enable RTTI ”
RTTI---Run-Time Type Information
? 在“Projects/Settings.../C++/Code Generation”页选择“Use run-time library”中的内容:
文章来源于领测软件测试网 https://www.ltesting.net/