summaryrefslogtreecommitdiff
path: root/src/DllPlugInTester/DllPlugInTesterTest.dsp
Commit message (Collapse)AuthorAgeFilesLines
* fixing project compilation settings (rtti not always enabled)Baptiste Lepilleur2004-06-161-1/+1
|
* Include/cppunit/tools/Algorithm.Baptiste Lepilleur2003-03-111-4/+35
| | | | | | | | | | | | | | include/cppunit/tools/Algorithm.h: * src/cppunit/TestResult.cpp: * src/msvc6/testrunner/TestRunnerModel.cpp: added removeFromSequence algorithm in Algorithm.h to fix STLPort compatibility issue (std::remove use the one of cstdio instead of algorithm). Bug #694971. * include/cppunit/extensions/TestNamer.h: fixed bug #662666 (missing include for typeinfo). * src/cppunit/TestResult.cpp: TestFailure are no longer passed as temporary, but explicitely instantiated on the stack. Work around AIX compiler bug.
* Src/DllPlugInTester/makefile.Baptiste Lepilleur2002-04-211-0/+149
src/DllPlugInTester/makefile.am: removed ld.so from LDADD flags. * src/DllPlugInTester/CommandLineParser.h: * src/DllPlugInTester/CommandLineParser.cpp: rewrote, fixed problem with double quotes in command line... * src/DllPlugInTester/CommandLineParserTest.h: * src/DllPlugInTester/CommandLineParserTest.cpp: * src/DllPlugInTester/DllPlugInTesterTest.cpp: added, unit tests for CommandLineParser. * src/msvc6/TestPlugIn/*: removed.