diff options
| author | Gordon Sim <gsim@apache.org> | 2008-11-04 17:43:05 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-11-04 17:43:05 +0000 |
| commit | 5d2471636928eff8b8031237c54348db0d5c388d (patch) | |
| tree | b098da54024f821845261bc6e62278e0a79571a6 /cpp/src/tests/Makefile.am | |
| parent | cc9bb48246251fa3941368be66731a533cdb385e (diff) | |
| download | qpid-python-5d2471636928eff8b8031237c54348db0d5c388d.tar.gz | |
Added unit test for replay utility class.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@711328 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index d8300f46d3..9f5ca91313 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -65,7 +65,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ MessageBuilderTest.cpp \ ConnectionOptions.h \ ForkedBroker.h \ - ManagementTest.cpp + ManagementTest.cpp \ + MessageReplayTracker.cpp if HAVE_XML unit_test_SOURCES+= XmlClientSessionTest.cpp |
