diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-06-01 18:34:42 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-06-01 18:34:42 +0000 |
| commit | 8c24e60a1c43fc24ee65618155795037770b5196 (patch) | |
| tree | 753bbfb0a0ddf015a9694e6ae3890bc0ca84f5de /src/cppunit/cppunit.dsp | |
| parent | bc6338edfd9b10327c83142fef1e427c5cb3e80f (diff) | |
| download | cppunit-8c24e60a1c43fc24ee65618155795037770b5196.tar.gz | |
Added project cppunittest to examples/: unit tests to test cppunit.
added project cppunittest to examples/: unit tests to test cppunit. The
main file is CppUnitTestMain.cpp. Unit tests have been implemented
for TestCaller and TestListener.
* added project CppUnitTestApp to examples/msvc6: graphical runner for
cppunittest.
* added TestListener to TestResult. It is a port of junit TestListener.
* updated some .cvsignore to ignore files generated with VC++.
Diffstat (limited to 'src/cppunit/cppunit.dsp')
| -rw-r--r-- | src/cppunit/cppunit.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cppunit/cppunit.dsp b/src/cppunit/cppunit.dsp index 8cdc482..7538d25 100644 --- a/src/cppunit/cppunit.dsp +++ b/src/cppunit/cppunit.dsp @@ -211,6 +211,10 @@ SOURCE=..\..\include\cppunit\TestFailure.h # End Source File # Begin Source File +SOURCE=..\..\include\cppunit\TestListener.h +# End Source File +# Begin Source File + SOURCE=.\TestRegistry.cpp # End Source File # Begin Source File |
