diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2009-01-06 23:42:18 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2009-01-06 23:42:18 +0000 |
| commit | fe871ca4ada184824c373595d35da3b4ae5cd535 (patch) | |
| tree | 94be951f5aa340195c68ebc090be84d6e4a0fa1b /qpid/cpp/src/tests/Makefile.am | |
| parent | 19b70f1ad21c8ddff11e9d922cd9035595ca6524 (diff) | |
| download | qpid-python-fe871ca4ada184824c373595d35da3b4ae5cd535.tar.gz | |
Work on the low level IO code:
* Introduce code so that you can interrupt waiting for a handle and receive
a callback that is correctly serialised with the IO callbacks for that
handle
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 3a608b2bae..47439d0bab 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -187,6 +187,13 @@ check_PROGRAMS+=sender sender_SOURCES=sender.cpp TestOptions.h ConnectionOptions.h sender_LDADD=$(lib_client) +check_PROGRAMS+=PollerTest +PollerTest_SOURCES=PollerTest.cpp +PollerTest_LDADD=$(lib_common) + +check_PROGRAMS+=DispatcherTest +DispatcherTest_SOURCES=DispatcherTest.cpp +DispatcherTest_LDADD=$(lib_common) TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) QPID_DATA_DIR= BOOST_TEST_SHOW_PROGRESS=yes $(srcdir)/run_test |
