X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=d4d96e134f4ad9881363c293cc4f3e4302bcb8c6;hb=a98433c05c5cce62a6a17db74e49363a88156486;hp=5b46243e650c650c36e652c94dd562fdf52c8349;hpb=a1405db67c9fa6e8d734933cc7dd208bdb703cae;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 5b46243e6..d4d96e134 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2782,6 +2782,7 @@ tests += \ test-bus-gvariant \ test-event \ test-rtnl \ + test-local-addresses \ test-resolve bin_PROGRAMS += \ @@ -2940,6 +2941,13 @@ test_rtnl_LDADD = \ libsystemd-internal.la \ libsystemd-shared.la +test_local_addresses_SOURCES = \ + src/libsystemd/sd-rtnl/test-local-addresses.c + +test_local_addresses_LDADD = \ + libsystemd-internal.la \ + libsystemd-shared.la + test_resolve_SOURCES = \ src/libsystemd/sd-resolve/test-resolve.c