diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-18 09:05:00 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-04-18 09:05:00 +0000 |
| commit | 24cab9efdce91f68cfbe687f5fdd203256ea38f9 (patch) | |
| tree | 81cd5cf96f027aa309eebe45f8d4bc23b207a2cc /src/cppunit | |
| parent | 0c7fb5f279e56f26a04d6d390150d8b6b456769e (diff) | |
| download | cppunit-24cab9efdce91f68cfbe687f5fdd203256ea38f9.tar.gz | |
Configure.
configure.in: added some makefile.am
* contrib/readme.txt: updated.
* contrib/bc5/bc5-makefile.zip: added borland 5.5 makefile. Contributed by
project cuppa.
Diffstat (limited to 'src/cppunit')
| -rw-r--r-- | src/cppunit/Makefile.am | 4 | ||||
| -rw-r--r-- | src/cppunit/cppunit.dsp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index 82b2ada..44a925f 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.28 2002-04-18 09:56:17 blep Exp $ +# $Id: Makefile.am,v 1.29 2002-04-18 09:58:57 blep Exp $ # EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp @@ -10,6 +10,7 @@ lib_LTLIBRARIES = libcppunit.la libcppunit_la_SOURCES = \ Asserter.cpp \ BeOsDynamicLibraryManager.cpp \ + BriefTestProgressListener.cpp \ CompilerOutputter.cpp \ DynamicLibraryManager.cpp \ DynamicLibraryManagerException.cpp \ @@ -40,7 +41,6 @@ libcppunit_la_SOURCES = \ TextTestRunner.cpp \ TypeInfoHelper.cpp \ UnixDynamicLibraryManager.cpp \ - VerboseTestProgressListener.cpp \ XmlOutputter.cpp \ Win32DynamicLibraryManager.cpp diff --git a/src/cppunit/cppunit.dsp b/src/cppunit/cppunit.dsp index 344a25a..bd6e7af 100644 --- a/src/cppunit/cppunit.dsp +++ b/src/cppunit/cppunit.dsp @@ -519,6 +519,10 @@ SOURCE=..\..\include\cppunit\Makefile.am # End Source File # Begin Source File +SOURCE=..\..\include\cppunit\plugin\Makefile.am +# End Source File +# Begin Source File + SOURCE=.\Makefile.am # End Source File # End Target |
