X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=83d28773c18c5d9a61f32a0890887f1b6b32fe20;hb=1e39ff926f815d241721ed9486945cf599ef8c2f;hp=8a60f3fa4bdbec46333f3cb9fe6286692a763461;hpb=1325ec4280dd3f00f4879c5feadd524f7ba52f7e;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 8a60f3fa4..83d28773c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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