summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index eac141f121..a9c28c9316 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -8,7 +8,8 @@ AM_CPPFLAGS = \
noinst_PROGRAMS = \
test-libudev \
- test-udev
+ test-udev \
+ test_utf8
test_libudev_SOURCES = \
test-libudev.c
@@ -30,6 +31,15 @@ test_udev_LDADD = \
$(BLKID_LIBS) \
$(SELINUX_LIBS)
+test_utf8_SOURCES = \
+ test-utf8.c
+
+test_utf8_CFLAGS = \
+ $(AM_CFLAGS)
+
+test_utf8_LDADD = \
+ $(top_builddir)/src/libudev/libudev-private.la
+
if HAVE_LIBKMOD
test_udev_LDADD += $(KMOD_LIBS)
endif