diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-03-03 10:57:26 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-03-03 10:57:26 +0000 |
| commit | 1693d1af80d06675125d4ccb46ee145c017fdebb (patch) | |
| tree | 3a40d1590c2b03eabba6b64b4edd5636b4d3fcb1 /include/cppunit | |
| parent | 995dd0a5786e1c5d3a0a18d3107cded17cf32089 (diff) | |
| download | cppunit-1693d1af80d06675125d4ccb46ee145c017fdebb.tar.gz | |
Include/cppunit/makefile.
include/cppunit/makefile.am:
* src/cppunit/makefile.am: added missing SynchronizedObject and TextOutputter.h.
* generated 1.7.3 tar ball.
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cppunit/Makefile.am b/include/cppunit/Makefile.am index be74e73..84f1afd 100644 --- a/include/cppunit/Makefile.am +++ b/include/cppunit/Makefile.am @@ -14,6 +14,7 @@ libcppunitinclude_HEADERS = \ Outputter.h \ Portability.h \ SourceLine.h \ + SynchronizedObject.h \ Test.h \ TestAssert.h \ TestCase.h \ @@ -24,6 +25,7 @@ libcppunitinclude_HEADERS = \ TestResultCollector.h \ TestSucessListener.h \ TestSuite.h \ + TextOutputter.h \ TextTestProgressListener.h \ TextTestResult.h \ TextTestRunner.h \ |
