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 /include/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 'include/cppunit')
| -rw-r--r-- | include/cppunit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/Makefile.am b/include/cppunit/Makefile.am index 4b7766b..8cebcf8 100644 --- a/include/cppunit/Makefile.am +++ b/include/cppunit/Makefile.am @@ -6,6 +6,7 @@ libcppunitincludedir = $(includedir)/cppunit libcppunitinclude_HEADERS = \ config-auto.h \ Asserter.h \ + BriefTestProgressListener.h \ CompilerOutputter.h \ Exception.h \ NotEqualException.h \ @@ -32,7 +33,6 @@ libcppunitinclude_HEADERS = \ TextTestResult.h \ TextTestRunner.h \ TestListener.h \ - VerboseTestProgressListener.h \ XmlOutputter.h dist-hook: |
