X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=3ef9c243130b1a04398af6dfd5ca6e91dd0169ef;hb=ece74070c7102b2d48ccc01260976b3f5cb6d9f0;hp=b9deaa653b4b9905d50a3cf1a5e9ee575cf402f8;hpb=630a4d9ea7298fb4a494662cbb4871069143ff56;p=elogind.git diff --git a/Makefile.am b/Makefile.am index b9deaa653..3ef9c2431 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1321,7 +1321,8 @@ tests += \ test-conf-files \ test-capability \ test-async \ - test-ratelimit + test-ratelimit \ + test-condition-util EXTRA_DIST += \ test/a.service \ @@ -1460,6 +1461,14 @@ test_async_SOURCES = \ test_async_LDADD = \ libsystemd-shared.la +test_condition_util_SOURCES = \ + src/test/test-condition-util.c + +test_condition_util_LDADD = \ + libsystemd-shared.la \ + libsystemd-internal.la + + test_fdset_SOURCES = \ src/test/test-fdset.c