Author: rupertlssmith
Date: Mon Oct  1 09:13:46 2007
New Revision: 581003

URL: http://svn.apache.org/viewvc?rev=581003&view=rev
Log:
Merged revisions 581002 via svnmerge from 
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1

........
  r581002 | rupertlssmith | 2007-10-01 17:11:34 +0100 (Mon, 01 Oct 2007) | 1 
line
  
  Added missing dependencies to makefile.
........

Modified:
    incubator/qpid/branches/M2/   (props changed)
    incubator/qpid/branches/M2/cpp/tests/Makefile.am

Propchange: incubator/qpid/branches/M2/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Oct  1 09:13:46 2007
@@ -1 +1 @@
-/incubator/qpid/branches/M2.1:1-573736,573738-577772,577774-578732,578734,578736-578744,578746-578827,578829-580941,580985
+/incubator/qpid/branches/M2.1:1-573736,573738-577772,577774-578732,578734,578736-578744,578746-578827,578829-580941,580985,581002

Modified: incubator/qpid/branches/M2/cpp/tests/Makefile.am
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/cpp/tests/Makefile.am?rev=581003&r1=581002&r2=581003&view=diff
==============================================================================
--- incubator/qpid/branches/M2/cpp/tests/Makefile.am (original)
+++ incubator/qpid/branches/M2/cpp/tests/Makefile.am Mon Oct  1 09:13:46 2007
@@ -126,12 +126,18 @@
 check_PROGRAMS = interop_runner
 interop_runner_SOURCES =       \
   interop_runner.cpp           \
+  TestUtils.cpp                 \
   SimpleTestCaseBase.cpp       \
   BasicP2PTest.cpp             \
   BasicPubSubTest.cpp          \
+  P2PMessageSizeTest.cpp        \
+  PubSubMessageSizeTest.cpp     \
+  TestUtils.h                   \
   SimpleTestCaseBase.h         \
   BasicP2PTest.h               \
   BasicPubSubTest.h            \
+  P2PMessageSizeTest.h          \
+  PubSubMessageSizeTest.h       \
   TestCase.h                   \
-  TestOptions.h
+  TestOptions.h                 
 interop_runner_LDADD = $(lib_client) $(lib_common) $(extra_libs)


Reply via email to