diff options
| author | Gordon Sim <gsim@apache.org> | 2007-09-06 20:27:33 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-09-06 20:27:33 +0000 |
| commit | b33a63b36c659a894143382d0a61efe6a598fcc6 (patch) | |
| tree | 0efc848ae9cc6064d615c6968b1d127e92b231d3 /cpp/src/tests/Makefile.am | |
| parent | 748698e4b8d5bd0c3ccec4ca898d334c13fc0795 (diff) | |
| download | qpid-python-b33a63b36c659a894143382d0a61efe6a598fcc6.tar.gz | |
Implementation of execution.result on the client side
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@573359 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, 3 insertions, 2 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 874a9a448a..de7a12c027 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -94,10 +94,11 @@ broker_unit_tests = \ TxPublishTest \ ValueTest \ MessageHandlerTest \ - MessageBuilderTest + MessageBuilderTest \ + ClientSessionTest #client_unit_tests = \ - ClientChannelTest + ClientChannelTest framing_unit_tests = \ FieldTableTest \ |
