diff options
| author | Alan Conway <aconway@apache.org> | 2007-07-30 21:22:21 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-07-30 21:22:21 +0000 |
| commit | 64cd161655673660b9ac8b77c16a6386fd34b9ff (patch) | |
| tree | dab3db90bb94e9af49592dcce20e5dc2e4385449 /cpp/src/tests/Makefile.am | |
| parent | 472ee62f7b4c86deeedf12ee94679c8cd283c534 (diff) | |
| download | qpid-python-64cd161655673660b9ac8b77c16a6386fd34b9ff.tar.gz | |
Template visitor pattern for Handlers.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@561128 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index edb4f5b375..82918c1aec 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -50,6 +50,10 @@ check_PROGRAMS+=Serializer Serializer_SOURCES=Serializer.cpp Serializer_LDADD=-lboost_unit_test_framework $(lib_common) +check_PROGRAMS+=Visitor +Visitor_SOURCES=Visitor.cpp +Visitor_LDADD=-lboost_unit_test_framework + include cluster.mk # NB: CppUnit test libraries below will be migrated to boost test programs. |
