diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-08-04 10:04:18 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-08-04 10:04:18 +0000 |
| commit | a07263d25e98ee65943e1e1dc67c8c9a4e7d7f6d (patch) | |
| tree | 7264eb12a0bbbece32a8ae118474b92e7f8d16fb /src/cppunit/Makefile.am | |
| parent | 681d5fdb4c6c3cc26994de055bb8c52d5452bc2d (diff) | |
| download | cppunit-a07263d25e98ee65943e1e1dc67c8c9a4e7d7f6d.tar.gz | |
added missing TestDecorator.cpp to makefile.am
Diffstat (limited to 'src/cppunit/Makefile.am')
| -rw-r--r-- | src/cppunit/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index 8a9f8fc..010b44d 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -1,5 +1,5 @@ # -# $Id: Makefile.am,v 1.38 2002-08-03 15:47:52 blep Exp $ +# $Id: Makefile.am,v 1.39 2002-08-04 11:04:18 blep Exp $ # EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp @@ -33,6 +33,7 @@ libcppunit_la_SOURCES = \ TestCase.cpp \ TestCaseDecorator.cpp \ TestComposite.cpp \ + TestDecorator.cpp \ TestFactoryRegistry.cpp \ TestFailure.cpp \ TestLeaf.cpp \ |
