diff options
| author | Alan Conway <aconway@apache.org> | 2007-07-03 20:39:16 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-07-03 20:39:16 +0000 |
| commit | 53c45b138bf4df5ad9b44951bb5f11c148f5c424 (patch) | |
| tree | cb926954085a19173123d9866f6ffc134e588f03 /qpid/cpp/src/tests/Makefile.am | |
| parent | 55e6526bff23f11b4e2d6645e72488251914a501 (diff) | |
| download | qpid-python-53c45b138bf4df5ad9b44951bb5f11c148f5c424.tar.gz | |
Added UUID type based on libuuid from e2fsprogs package.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@552970 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 5a8ad1bde6..5bb2c80b2c 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -27,6 +27,11 @@ check_PROGRAMS+=Url Url_SOURCES=Url.cpp test_tools.h Url_LDADD=-lboost_unit_test_framework $(lib_common) +TESTS+=Uuid +check_PROGRAMS+=Uuid +Uuid_SOURCES=Uuid.cpp test_tools.h +Uuid_LDADD=-lboost_unit_test_framework $(lib_common) + include cluster.mk # NB: CppUnit test libraries below will be migrated to boost test programs. |
