CPPUnitProjectWizard
20/5/2006 Paul Gibbons Version 1
Use the CPPUnitProjectWizard wizard to create a Visual Studio 2005 =
project to support use of CPPUnit to test a class.=20
To install the wizard:
1. Copy the files:
CPPUnitProjectWizard.vsdir - Names the wizard
CPPUnitProjectWizard.vsz - tells VS8 where to find the Wizard
into the VCProjects folder of your Visual Studio 8 installation.
2. Copy the whole CPPUnitProjectWizard solution folder into the =
VCWizards folder of your Visual Studio 8 installation.
The project file CPPUnitProjectWizard.vcproj should be in
e.g. c:\Program Files\Microsoft Visual Studio =
8\VC\VCWizards\CPPUnitProjectWizard\CPPUnitProjectWizard
or else copy the project to anywhere you like and edit =
CPPUnitProjectWizard.vsz to define the
parameter "ABSOLUTE_PATH".
Param=3D"ABSOLUTE_PATH =3D c:\Program Files\Microsoft Visual Studio =
8\VC\VCWizards\CPPUnitProjectWizard\CPPUnitProjectWizard"
=20
The project requires that the environment variable CPPUNITDIR is defined =
so that
%CPPUNITDIR%\Include contains the folder CPPUNIT\Include and
%CPPUNITDIR%\LIB contains the CPPUnit LIB files e.g. cppunit.lib. |