mcatan 2004/05/13 23:06:47
Modified: . README Log: updated unitary tests explainations Revision Changes Path 1.14 +9 -2 logging-log4cxx/README Index: README =================================================================== RCS file: /home/cvs/logging-log4cxx/README,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- README 10 May 2004 21:15:46 -0000 1.13 +++ README 14 May 2004 06:06:47 -0000 1.14 @@ -66,8 +66,15 @@ * cppunit (http://cppunit.sourceforge.net/) * boost regex (http://www.boost.org/) -Unix : run "make check" -Windows : run msvc/tests/runtests.bat +POSIC : +* run "make check" + +MS Visual Studio : +* compile the projects msvc/dll/dll.dsp (or vcproj), msvc/tests/testsuite.dsp + (or vcproj) and msvc/test/shortsocketserver.dsp (or vcproj) with debug + targets. +* cd mscvc/tests +* run "runtests debug" Performance Tests =================
