diff options
| author | Gordon Sim <gsim@apache.org> | 2009-08-25 17:57:34 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-08-25 17:57:34 +0000 |
| commit | 082fa377137d1a73382a0c3f1ab22b5abe6cb485 (patch) | |
| tree | 27375051e0f05a91ff63f123b2b027916840221c /cpp/src/tests/CMakeLists.txt | |
| parent | 28e1de98b115ebc834a1e232bfd630809689a59e (diff) | |
| download | qpid-python-082fa377137d1a73382a0c3f1ab22b5abe6cb485.tar.gz | |
QPID-664: Initial checkin of high level messaging api for c++
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807731 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/CMakeLists.txt')
| -rw-r--r-- | cpp/src/tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt index 34f5d35a9a..56a4aaf2b0 100644 --- a/cpp/src/tests/CMakeLists.txt +++ b/cpp/src/tests/CMakeLists.txt @@ -95,6 +95,7 @@ set(unit_tests_to_build InlineAllocator InlineVector ClientSessionTest + MessagingSessionTest SequenceSet StringUtils IncompleteMessageList @@ -128,6 +129,7 @@ set(unit_tests_to_build ReplicationTest ClientMessageTest PollableCondition + Variant ${xml_tests} CACHE STRING "Which unit tests to build" ) |
