summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-03-02 18:42:02 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-03-02 18:42:02 +0000
commit1b404573954bc43061a7c302c0e39cba9772a7c9 (patch)
treeaed8adfc0e5c2875e324fbfb4e4f119d93926dbf /qpid/cpp/src/tests/Makefile.am
parent77b8cf224eca99611a635a2988e997d8758c9fda (diff)
downloadqpid-python-1b404573954bc43061a7c302c0e39cba9772a7c9.tar.gz
- Reworked DispatchHandler state machine to eliminate race conditions
particularly when deleting a DispatchHandle - Reworked Poller interrupt mechanism eliminating locking problems and to support DispatchHandler changes - Beefed up the DispatchHandler test program so that it's a fair torture test of the DispatchHandler code git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@749406 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 6b7b6df478..e599b95edd 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -201,6 +201,7 @@ PollerTest_LDADD=$(lib_common)
check_PROGRAMS+=DispatcherTest
DispatcherTest_SOURCES=DispatcherTest.cpp
DispatcherTest_LDADD=$(lib_common)
+DispatcherTest_CXXFLAGS=$(AM_CXXFLAGS) -Wno-missing-field-initializers
TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) QPID_DATA_DIR= BOOST_TEST_SHOW_PROGRESS=yes $(srcdir)/run_test