diff options
| author | Alan Conway <aconway@apache.org> | 2010-03-03 20:23:32 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-03-03 20:23:32 +0000 |
| commit | f37f83a50a9716a346127bb44e13412716cd2335 (patch) | |
| tree | c2681821e99f82bab19151f4ee0c5e2ff1ddc49a /qpid/cpp/src/tests/Makefile.am | |
| parent | f0f898dfcae5815c31283ab476fa5252f6660bc1 (diff) | |
| download | qpid-python-f37f83a50a9716a346127bb44e13412716cd2335.tar.gz | |
Added tests/testagent, a simple QMF agent for use in tests.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@918673 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 4a931ab680..64853345ba 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 |
