chiark / gitweb /
shared/util: respect buffer boundary on incomplete escape sequences
[elogind.git] / Makefile.am
index 8a60f3fa4bdbec46333f3cb9fe6286692a763461..225938d66091f4a0b85d75db836f4e6306b3fac2 100644 (file)
@@ -769,6 +769,8 @@ libsystemd_shared_la_SOURCES = \
        src/shared/architecture.h \
        src/shared/efivars.c \
        src/shared/efivars.h \
        src/shared/architecture.h \
        src/shared/efivars.c \
        src/shared/efivars.h \
+       src/shared/fstab-util.c \
+       src/shared/fstab-util.h \
        src/shared/path-util.c \
        src/shared/path-util.h \
        src/shared/time-util.c \
        src/shared/path-util.c \
        src/shared/path-util.h \
        src/shared/time-util.c \
@@ -1354,6 +1356,7 @@ tests += \
        test-utf8 \
        test-ellipsize \
        test-util \
        test-utf8 \
        test-ellipsize \
        test-util \
+       test-path-lookup \
        test-ring \
        test-barrier \
        test-pty \
        test-ring \
        test-barrier \
        test-pty \
@@ -1366,6 +1369,7 @@ tests += \
        test-calendarspec \
        test-strip-tab-ansi \
        test-cgroup-util \
        test-calendarspec \
        test-strip-tab-ansi \
        test-cgroup-util \
+       test-fstab-util \
        test-prioq \
        test-fileio \
        test-time \
        test-prioq \
        test-fileio \
        test-time \
@@ -1608,6 +1612,12 @@ test_fdset_LDADD = \
        libsystemd-shared.la \
        libsystemd-internal.la
 
        libsystemd-shared.la \
        libsystemd-internal.la
 
+test_fstab_util_SOURCES = \
+       src/test/test-fstab-util.c
+
+test_fstab_util_LDADD = \
+       libsystemd-shared.la
+
 test_ratelimit_SOURCES = \
        src/test/test-ratelimit.c
 
 test_ratelimit_SOURCES = \
        src/test/test-ratelimit.c
 
@@ -1620,6 +1630,14 @@ test_util_SOURCES = \
 test_util_LDADD = \
        libsystemd-shared.la
 
 test_util_LDADD = \
        libsystemd-shared.la
 
+test_path_lookup_SOURCES = \
+       src/test/test-path-lookup.c
+
+test_path_lookup_LDADD = \
+       -lm \
+       libsystemd-units.la \
+       libsystemd-shared.la
+
 test_uid_range_SOURCES = \
        src/test/test-uid-range.c
 
 test_uid_range_SOURCES = \
        src/test/test-uid-range.c