summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2010-02-05 21:30:43 +0000
committerStephen D. Huston <shuston@apache.org>2010-02-05 21:30:43 +0000
commit7f3d410aaf04260e85d9a207c78a4c8319393416 (patch)
tree52c10bb28459944f21e5683f2c48a7716b19ec4e /cpp/src
parent4908b9593c12e93ace60f7c15382c07750f1ca20 (diff)
downloadqpid-python-7f3d410aaf04260e85d9a207c78a4c8319393416.tar.gz
Add Windows Powershell scripts needed for test suite to run on Windows to EXTRA_DIST so they get included in releases. Resolves QPID-2392.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@907101 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/Makefile.am18
1 files changed, 14 insertions, 4 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 2af30b7d32..55ec9175eb 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -327,7 +327,19 @@ EXTRA_DIST += \
run_perftest \
ring_queue_test \
run_ring_queue_test \
- cluster.cmake
+ CMakeLists.txt \
+ cluster.cmake \
+ windows/DisableWin32ErrorWindows.cpp \
+ background.ps1 \
+ find_prog.ps1 \
+ python_tests.ps1 \
+ quick_topictest.ps1 \
+ run_federation_tests.ps1 \
+ run_header_test.ps1 \
+ run_test.ps1 \
+ start_broker.ps1 \
+ stop_broker.ps1 \
+ topictest.ps1
check_LTLIBRARIES += libdlclose_noop.la
libdlclose_noop_la_LDFLAGS = -module -rpath $(abs_builddir)
@@ -343,15 +355,13 @@ LONG_TESTS+=start_broker fanout_perftest shared_perftest multiq_perftest topic_p
federated_cluster_test_with_node_failure
EXTRA_DIST+= \
- CMakeLists.txt \
fanout_perftest \
shared_perftest \
multiq_perftest \
topic_perftest \
run_failover_soak \
reliable_replication_test \
- federated_cluster_test_with_node_failure \
- windows/DisableWin32ErrorWindows.cpp
+ federated_cluster_test_with_node_failure
check-long:
$(MAKE) check TESTS="$(LONG_TESTS)" VALGRIND=