diff options
| author | Alan Conway <aconway@apache.org> | 2007-06-15 21:27:22 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-06-15 21:27:22 +0000 |
| commit | 41c30308ad435c338633b97405fe7350d515f069 (patch) | |
| tree | c20cefadf868dac424804e64553d14a4590cd52d /cpp/src/tests/Makefile.am | |
| parent | 4753936e96c9dd3815af610e9d1205d6e947775b (diff) | |
| download | qpid-python-41c30308ad435c338633b97405fe7350d515f069.tar.gz | |
Parser for AMQP-95 URLs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@547789 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 cd14bd57ab..76d675ee12 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -10,6 +10,10 @@ UNIT_TESTS+=logging logging_SOURCES=unit/logging.cpp unit/test_tools.h logging_LDADD=-lboost_unit_test_framework -lboost_regex $(lib_common) +UNIT_TESTS+=Url +Url_SOURCES=unit/Url.cpp unit/test_tools.h +Url_LDADD=-lboost_unit_test_framework $(lib_common) + if CLUSTER include cluster.mk endif |
