X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=225938d66091f4a0b85d75db836f4e6306b3fac2;hp=8a60f3fa4bdbec46333f3cb9fe6286692a763461;hb=7f76961982e03d4d5f781e7e7113fc7eff970f82;hpb=1325ec4280dd3f00f4879c5feadd524f7ba52f7e diff --git a/Makefile.am b/Makefile.am index 8a60f3fa4..225938d66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -769,6 +769,8 @@ libsystemd_shared_la_SOURCES = \ 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 \ @@ -1354,6 +1356,7 @@ tests += \ test-utf8 \ test-ellipsize \ test-util \ + test-path-lookup \ test-ring \ test-barrier \ test-pty \ @@ -1366,6 +1369,7 @@ tests += \ test-calendarspec \ test-strip-tab-ansi \ test-cgroup-util \ + test-fstab-util \ test-prioq \ test-fileio \ test-time \ @@ -1608,6 +1612,12 @@ test_fdset_LDADD = \ 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 @@ -1620,6 +1630,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