summaryrefslogtreecommitdiffstats
path: root/tests/helpers/Makemodule.am
diff options
context:
space:
mode:
authorHuschaam Hussain2015-04-24 11:28:47 +0200
committerKarel Zak2015-04-24 11:30:49 +0200
commit963f128cfa64fdebca2a9916f78c60868af1dea6 (patch)
tree5923bca55322813ee016a2d7ef8d03334c222f6f /tests/helpers/Makemodule.am
parenttests: fix sfdisk GPT test (diff)
downloadkernel-qcow2-util-linux-963f128cfa64fdebca2a9916f78c60868af1dea6.tar.gz
kernel-qcow2-util-linux-963f128cfa64fdebca2a9916f78c60868af1dea6.tar.xz
kernel-qcow2-util-linux-963f128cfa64fdebca2a9916f78c60868af1dea6.zip
tests: add uuidd test program
References: https://bugzilla.redhat.com/show_bug.cgi?id=678306 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/helpers/Makemodule.am')
-rw-r--r--tests/helpers/Makemodule.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/helpers/Makemodule.am b/tests/helpers/Makemodule.am
index 6ac5b7f01..8d91caadd 100644
--- a/tests/helpers/Makemodule.am
+++ b/tests/helpers/Makemodule.am
@@ -14,3 +14,9 @@ test_sysinfo_SOURCES = tests/helpers/test_sysinfo.c
check_PROGRAMS += test_sigreceive
test_sigreceive_SOURCES = tests/helpers/test_sigreceive.c
test_sigreceive_LDADD = $(LDADD) libcommon.la
+
+check_PROGRAMS += test_uuidd
+test_uuidd_SOURCES = tests/helpers/test_uuidd.c
+test_uuidd_LDADD = libuuid.la -lpthread
+test_uuidd_CFLAGS = $(AM_CFLAGS) -I$(ul_libuuid_incdir)
+