diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-05-01 21:50:06 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-05-01 21:50:06 +0000 |
commit | 9b4c3318ef66f9628cd5d9b0473030874b4b8acf (patch) | |
tree | fea0f06d2e41ff3771cdcdc3a829b49f771d7b9c /qpid/cpp/src | |
parent | 96a77fec4c8e121bf2149c5c55ca4841c178fbaa (diff) | |
download | qpid-python-9b4c3318ef66f9628cd5d9b0473030874b4b8acf.tar.gz |
Add Visual Studio sln/vcproj files to EXTRA_DIST to include them in releases; fixes QPID-1836
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@770833 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 98d101049b..8d66bc0828 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -257,7 +257,24 @@ LONG_TESTS+=start_broker fanout_perftest shared_perftest multiq_perftest topic_p reliable_replication_test federated_cluster_test_with_node_failure EXTRA_DIST+=fanout_perftest shared_perftest multiq_perftest topic_perftest run_failover_soak reliable_replication_test \ - federated_cluster_test_with_node_failure + 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 check-long: $(MAKE) check TESTS="$(LONG_TESTS)" VALGRIND= |