summaryrefslogtreecommitdiffstats
path: root/tests/helpers/Makemodule.am
diff options
context:
space:
mode:
authorPhilip Prindeville2017-09-05 11:19:26 +0200
committerKarel Zak2017-09-05 11:26:39 +0200
commit00476268870b01938800af9a5ca776695df13f5d (patch)
treeb9fabc95e52e620c5ff2ac0892947c785e8ad4d8 /tests/helpers/Makemodule.am
parenttests: update sfdisk wipe test (diff)
downloadkernel-qcow2-util-linux-00476268870b01938800af9a5ca776695df13f5d.tar.gz
kernel-qcow2-util-linux-00476268870b01938800af9a5ca776695df13f5d.tar.xz
kernel-qcow2-util-linux-00476268870b01938800af9a5ca776695df13f5d.zip
libuuid: add support for hash-based UUIDs
Adding V3 and V5 UUIDs per RFC-4122. [kzak@redhat.com: - fix symbols file] Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/helpers/Makemodule.am')
-rw-r--r--tests/helpers/Makemodule.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/helpers/Makemodule.am b/tests/helpers/Makemodule.am
index 3070a8bbc..2f2611b67 100644
--- a/tests/helpers/Makemodule.am
+++ b/tests/helpers/Makemodule.am
@@ -5,6 +5,9 @@ test_byteswap_SOURCES = tests/helpers/test_byteswap.c
check_PROGRAMS += test_md5
test_md5_SOURCES = tests/helpers/test_md5.c lib/md5.c
+check_PROGRAMS += test_sha1
+test_sha1_SOURCES = tests/helpers/test_sha1.c lib/sha1.c
+
check_PROGRAMS += test_pathnames
test_pathnames_SOURCES = tests/helpers/test_pathnames.c
@@ -18,3 +21,7 @@ test_sigreceive_LDADD = $(LDADD) libcommon.la
check_PROGRAMS += test_tiocsti
test_tiocsti_SOURCES = tests/helpers/test_tiocsti.c
+check_PROGRAMS += test_uuid_namespace
+test_uuid_namespace_SOURCES = tests/helpers/test_uuid_namespace.c \
+ libuuid/src/predefined.c libuuid/src/unpack.c libuuid/src/unparse.c
+