summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-11-20 01:04:03 +0000
committerStephen D. Huston <shuston@apache.org>2009-11-20 01:04:03 +0000
commit90594c0790b6af0b29426f64b85fa4916df5e239 (patch)
treed27378d9344769115c0211039aae97fdd513f7be /cpp/src/tests/Makefile.am
parent9022d18bbf269d800eeedce9aafc8bb7c9496b4f (diff)
downloadqpid-python-90594c0790b6af0b29426f64b85fa4916df5e239.tar.gz
Removed the Visual Studio solution/project files, as these are now generated by CMake. Added CMakeLists.txt files to Makefile.am, and all other needed support files so that the 'make dist' supplies all needed items for building a release kit on Windows. Fixes QPID-2134
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@882373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am21
1 files changed, 3 insertions, 18 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index b84251831d..4610f3b538 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -329,6 +329,7 @@ LONG_TESTS+=start_broker fanout_perftest shared_perftest multiq_perftest topic_p
federated_cluster_test_with_node_failure
EXTRA_DIST+= \
+ CMakeLists.txt \
python_env.sh \
fanout_perftest \
shared_perftest \
@@ -336,24 +337,8 @@ EXTRA_DIST+= \
topic_perftest \
run_failover_soak \
reliable_replication_test \
- federated_cluster_test_with_node_failure \
- tests.sln \
- client_test.vcproj \
- consume.vcproj \
- echotest.vcproj \
- header_test.vcproj \
- latencytest.vcproj \
- perftest.vcproj \
- publish.vcproj \
- receiver.vcproj \
- sender.vcproj \
- shlibtest.vcproj \
- topic_listener.vcproj \
- topic_publisher.vcproj \
- txjob.vcproj \
- txshift.vcproj \
- txtest.vcproj \
- unit_test.vcproj
+ federated_cluster_test_with_node_failure \
+ windows/DisableWin32ErrorWindows.cpp
check-long:
$(MAKE) check TESTS="$(LONG_TESTS)" VALGRIND=