diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-10-08 15:08:44 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-10-08 15:08:44 +0000 |
| commit | 58ca342017a5f413587edbfe1e809e9ee708ad27 (patch) | |
| tree | 839b717aaab7494aff5dfbaeb2d6772864928269 /qpid/cpp/src/CMakeLists.txt | |
| parent | a4a2f3f4c0986c74d4cf9277b649f498c8b1aae3 (diff) | |
| download | qpid-python-58ca342017a5f413587edbfe1e809e9ee708ad27.tar.gz | |
QPID-4582: Get legacystore unit tests working
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1530300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/CMakeLists.txt')
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index c7822f64df..62c1ab8c95 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/cpp/src/CMakeLists.txt @@ -1513,6 +1513,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h) add_subdirectory(qpid/store) add_subdirectory(tests) +add_subdirectory(tests/legacystore) # Support for pkg-config |
