diff options
| author | Gordon Sim <gsim@apache.org> | 2010-05-18 13:13:34 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-05-18 13:13:34 +0000 |
| commit | eda8796bc979b8b0ce6929719ede0f52f2765ca3 (patch) | |
| tree | 09282e30a6b1aa1bff829ffe37de6a8da57f0a2c /cpp/src/tests | |
| parent | 6067a44801a0fbb807c527beff6dfd57ce063698 (diff) | |
| download | qpid-python-eda8796bc979b8b0ce6929719ede0f52f2765ca3.tar.gz | |
QPID-2612: remove qpidtypes lib as it causes problems on windows
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@945642 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
| -rw-r--r-- | cpp/src/tests/cluster.cmake | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cpp/src/tests/cluster.cmake b/cpp/src/tests/cluster.cmake index 5f7a811007..3471173e97 100644 --- a/cpp/src/tests/cluster.cmake +++ b/cpp/src/tests/cluster.cmake @@ -21,10 +21,14 @@ # Cluster tests cmake fragment, to be included in CMakeLists.txt # -add_executable (failover_soak failover_soak.cpp cluster_authentication_soak cluster_authentication_soak.cpp ForkedBroker.cpp ${platform_test_additions}) -target_link_libraries (failover_soak cluster_authentication_soak qpidclient) +add_executable (failover_soak failover_soak.cpp ForkedBroker.cpp ${platform_test_additions}) +target_link_libraries (failover_soak qpidclient) remember_location(failover_soak) +add_executable (cluster_authentication_soak cluster_authentication_soak.cpp ForkedBroker.cpp ${platform_test_additions}) +target_link_libraries (cluster_authentication_soak qpidclient) +remember_location(cluster_authentication_soak) + set (cluster_test_SOURCES cluster_test unit_test |
