diff options
| author | Charles E. Rolke <chug@apache.org> | 2013-03-01 16:37:31 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2013-03-01 16:37:31 +0000 |
| commit | b6ae19cf503808b72be8cc832c06e5d754d93556 (patch) | |
| tree | 70a84207b69e8484f3649d74c496c5355a1ed3ff /cpp | |
| parent | fc3daaaeefcca899ecec4fc4d217a029079eb252 (diff) | |
| download | qpid-python-b6ae19cf503808b72be8cc832c06e5d754d93556.tar.gz | |
QPID-4582: Legacystore self test fail. Remove them from the test build
until the tests are rewritten to account for porting issues.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1451642 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt index b9b18a151b..1c357eeec2 100644 --- a/cpp/src/tests/CMakeLists.txt +++ b/cpp/src/tests/CMakeLists.txt @@ -361,4 +361,4 @@ add_library (dlclose_noop MODULE dlclose_noop.c) # # legacystore # -add_subdirectory(legacystore) +# add_subdirectory(legacystore) |
