X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=3f1ace0d6c3ca651a439d57d913957fce5893ad4;hb=6bcf0cf60c7cbfec2a733a28c7fd31ddf4a0024d;hp=2e4f692c6480f36c6f1c3dbc0c86b092d24dc1c6;hpb=7358dc029ab8cb8f9d83eb847389d84f822ccfe8;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 2e4f692c6..3f1ace0d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1359,7 +1359,9 @@ tests += \ test-ratelimit \ test-condition-util \ test-uid-range \ - test-bus-policy + test-bus-policy \ + test-locale-util \ + test-copy EXTRA_DIST += \ test/a.service \ @@ -1503,6 +1505,18 @@ test_async_SOURCES = \ test_async_LDADD = \ libsystemd-shared.la +test_locale_util_SOURCES = \ + src/test/test-locale-util.c + +test_locale_util_LDADD = \ + libsystemd-shared.la + +test_copy_SOURCES = \ + src/test/test-copy.c + +test_copy_LDADD = \ + libsystemd-shared.la + test_condition_util_SOURCES = \ src/test/test-condition-util.c