chiark / gitweb /
network: apply static addresses in specified order
[elogind.git] / Makefile.am
index 8a60f3fa4bdbec46333f3cb9fe6286692a763461..83d28773c18c5d9a61f32a0890887f1b6b32fe20 100644 (file)
@@ -1354,6 +1354,7 @@ tests += \
        test-utf8 \
        test-ellipsize \
        test-util \
+       test-path-lookup \
        test-ring \
        test-barrier \
        test-pty \
@@ -1620,6 +1621,14 @@ test_util_SOURCES = \
 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