diff options
| author | Gordon Sim <gsim@apache.org> | 2009-09-07 09:15:40 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-09-07 09:15:40 +0000 |
| commit | 5748390087f011559549ec33f538e5a3babd43fe (patch) | |
| tree | 7bb9ba35d450e778865c0c26d72735180582a31a /cpp/src/tests/Makefile.am | |
| parent | 32bfd712449b0839d9f302f8168c4f588e3c6070 (diff) | |
| download | qpid-python-5748390087f011559549ec33f538e5a3babd43fe.tar.gz | |
QPID-664: Added automatic reconnection logic.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@812049 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 2e04c85b93..a15ba3578c 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -270,6 +270,11 @@ check_PROGRAMS+=qrsh qrsh_SOURCES=qrsh.cpp qrsh_LDADD=$(lib_client) +check_PROGRAMS+=qpid_stream +qpid_stream_INCLUDES=$(PUBLIC_INCLUDES) +qpid_stream_SOURCES=qpid_stream.cpp +qpid_stream_LDADD=$(lib_client) + TESTS_ENVIRONMENT = \ VALGRIND=$(VALGRIND) \ |
