diff options
| author | Gordon Sim <gsim@apache.org> | 2009-03-10 22:48:51 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-03-10 22:48:51 +0000 |
| commit | 574c49e4b1f1e9e6c6b639342c2d921ff3573b1e (patch) | |
| tree | 2cf996be39e9f6c7878b3904db85a6c107661208 /qpid/cpp/src/tests/Makefile.am | |
| parent | b6b4f33cac1c09eb06975d896b13af59fe653476 (diff) | |
| download | qpid-python-574c49e4b1f1e9e6c6b639342c2d921ff3573b1e.tar.gz | |
QPID-1724: Allow replication events to be shared across multiple federations bridges.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@752290 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 7a33a7257b..9a81ef18b3 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -95,7 +95,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ ProxyTest.cpp \ RetryList.cpp \ RateFlowcontrolTest.cpp \ - FrameDecoder.cpp + FrameDecoder.cpp \ + ReplicationTest.cpp if HAVE_XML unit_test_SOURCES+= XmlClientSessionTest.cpp |
