diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-05-19 10:32:20 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-05-19 10:32:20 +0000 |
| commit | 309306237815f3351cebbd276e2a744ebfeecd49 (patch) | |
| tree | bc07102e13c02ab5a48c38e73b431db0356cc403 /src/cppunit/cppunit.dsp | |
| parent | fed3ef0b01704ee7fd9f41e8cbb706da38c004fe (diff) | |
| download | cppunit-309306237815f3351cebbd276e2a744ebfeecd49.tar.gz | |
Modified VC++ project to add TextTestRunner to cppunit lib.
Diffstat (limited to 'src/cppunit/cppunit.dsp')
| -rw-r--r-- | src/cppunit/cppunit.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cppunit/cppunit.dsp b/src/cppunit/cppunit.dsp index 040b006..8cdc482 100644 --- a/src/cppunit/cppunit.dsp +++ b/src/cppunit/cppunit.dsp @@ -241,5 +241,13 @@ SOURCE=.\TextTestResult.cpp SOURCE=..\..\include\cppunit\TextTestResult.h # End Source File +# Begin Source File + +SOURCE=.\TextTestRunner.cpp +# End Source File +# Begin Source File + +SOURCE=..\..\include\cppunit\TextTestRunner.h +# End Source File # End Target # End Project |
