diff options
| author | Alan Conway <aconway@apache.org> | 2009-04-22 21:17:18 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-04-22 21:17:18 +0000 |
| commit | 4318eaa22964b3e64a75afd692c006a48e1efa45 (patch) | |
| tree | 7df2afb3bee03d10a13b3c17a2eae30774b416bc /qpid/cpp/src/tests/Makefile.am | |
| parent | 6ece508e0a4e50fc1ae22a00cf9f7f742e1d985e (diff) | |
| download | qpid-python-4318eaa22964b3e64a75afd692c006a48e1efa45.tar.gz | |
Unit test for PollableCondition.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@767666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 26a13fea48..161428fcad 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -97,7 +97,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \ RateFlowcontrolTest.cpp \ FrameDecoder.cpp \ ReplicationTest.cpp \ - ClientMessageTest.cpp + ClientMessageTest.cpp \ + PollableCondition.cpp if HAVE_XML unit_test_SOURCES+= XmlClientSessionTest.cpp |
