From ddd5b1a3e0c37ef3f02c7ba4c948b1be94ff2d59 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 3 Mar 2010 20:23:32 +0000 Subject: Added tests/testagent, a simple QMF agent for use in tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@918673 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/tests/Makefile.am') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 4a931ab680..64853345ba 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -17,6 +17,8 @@ # under the License. # +SUBDIRS = . testagent + AM_CXXFLAGS = $(WARNING_CFLAGS) -DBOOST_TEST_DYN_LINK INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_builddir)/src PUBLIC_INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include # Use public API only -- cgit v1.2.1