summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-10-17 17:21:09 +0000
committerTed Ross <tross@apache.org>2011-10-17 17:21:09 +0000
commita6611ca4d4ae0dba7ceb5dce335a216b5f662516 (patch)
tree389f3e58a6196cf23028dace01ac1cf8f79624af /qpid/cpp/src/tests
parentf0be669bb60a6a089894f24e33c858eaae9a2c59 (diff)
downloadqpid-python-a6611ca4d4ae0dba7ceb5dce335a216b5f662516.tar.gz
NO-JIRA - Fixed a couple of problems with "make dist".
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1185293 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-rw-r--r--qpid/cpp/src/tests/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index f68a1462a9..3c9ca1b70f 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -75,7 +75,7 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \
MessagingThreadTests.cpp \
MessagingFixture.h \
ClientSessionTest.cpp \
- BrokerFixture.h SocketProxy.h \
+ BrokerFixture.h \
exception_test.cpp \
RefCounted.cpp \
SessionState.cpp logging.cpp \
@@ -350,7 +350,8 @@ EXTRA_DIST += \
stop_broker.ps1 \
topictest.ps1 \
run_queue_flow_limit_tests \
- run_msg_group_tests
+ run_msg_group_tests \
+ ipv6_test
check_LTLIBRARIES += libdlclose_noop.la
libdlclose_noop_la_LDFLAGS = -module -rpath $(abs_builddir)
@@ -363,7 +364,7 @@ CLEANFILES+=valgrind.out *.log *.vglog* dummy_test qpidd.port $(unit_wrappers)
LONG_TESTS+=start_broker \
fanout_perftest shared_perftest multiq_perftest topic_perftest run_ring_queue_test \
- run_msg_groups_tests_soak \
+ run_msg_group_tests_soak \
stop_broker \
run_long_federation_sys_tests \
run_failover_soak reliable_replication_test \
@@ -378,7 +379,7 @@ EXTRA_DIST+= \
reliable_replication_test \
federated_cluster_test_with_node_failure \
sasl_test_setup.sh \
- run_msg_groups_tests_soak
+ run_msg_group_tests_soak
check-long:
$(MAKE) check TESTS="$(LONG_TESTS)" VALGRIND=