Update of /cvsroot/cppunit/cppunit2/makefiles/vs71
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv31858/makefiles/vs71
Modified Files:
cpput_lib.vcproj
Log Message:
- added support to declare test case association to a given group in test fixture.
Index: cpput_lib.vcproj
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/makefiles/vs71/cpput_lib.vcproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** cpput_lib.vcproj 2 Sep 2006 11:24:53 -0000 1.5
--- cpput_lib.vcproj 3 Sep 2006 07:15:49 -0000 1.6
***************
*** 155,158 ****
--- 155,161 ----
RelativePath="..\..\doc\cpput.dox">
</File>
+ <File
+ RelativePath="..\..\doc\doxyfile.in">
+ </File>
</Filter>
<File
|