chiark / gitweb /
move utf8 functions from libudev-private.h to utf8.h
[elogind.git] / Makefile.am
index af12fa5912d61270879d99ad4e7500ab8131feab..49c1a1d3c47b8a168000c6c1dcc5a15c20bcc13c 100644 (file)
@@ -1123,6 +1123,7 @@ tests += \
        test-strxcpyx \
        test-unit-name \
        test-unit-file \
+       test-utf8 \
        test-util \
        test-date \
        test-sleep \
@@ -1225,6 +1226,15 @@ test_unit_file_CFLAGS = \
 test_unit_file_LDADD = \
        libsystemd-core.la
 
+test_utf8_SOURCES = \
+       src/test/test-utf8.c
+
+test_utf8_CFLAGS = \
+       $(AM_CFLAGS)
+
+test_utf8_LDADD = \
+       libsystemd-shared.la
+
 test_util_SOURCES = \
        src/test/test-util.c