diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-05-01 21:48:18 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-05-01 21:48:18 +0000 |
| commit | f5287cdd92c4f32a2baefe06615729fea92bebe1 (patch) | |
| tree | 1ce56a7c57aa988366b7b8af28d0418f4ceca900 /qpid/cpp/src/tests | |
| parent | 329c10339c5b506393a437518cd08fbba4307bcd (diff) | |
| download | qpid-python-f5287cdd92c4f32a2baefe06615729fea92bebe1.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/branches/0.5-release@770832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -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 9a81ef18b3..b6497c7a86 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -261,7 +261,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= |
