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 | ddd5b1a3e0c37ef3f02c7ba4c948b1be94ff2d59 (patch) | |
| tree | a6218addc465bc217f3b2a98f2cd09737cb65891 /cpp/src/tests/Makefile.am | |
| parent | 362e67a4e415c796285cde5d094ad68745e5a457 (diff) | |
| download | qpid-python-ddd5b1a3e0c37ef3f02c7ba4c948b1be94ff2d59.tar.gz | |
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
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
