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 | 5382a514dcf1c1963460e52dbe49b50573a8f92f (patch) | |
| tree | 8124f0e938500fe25702a202c1c4e3e71804bf86 /cpp/src/tests/Makefile.am | |
| parent | 6c656d8b08e7ad75bd5f2058826a996d467ad5e5 (diff) | |
| download | qpid-python-5382a514dcf1c1963460e52dbe49b50573a8f92f.tar.gz | |
Added UUID type based on libuuid from e2fsprogs package.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@552970 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 5a8ad1bde6..5bb2c80b2c 100644 --- a/cpp/src/tests/Makefile.am +++ b/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. |
