X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=3f1ace0d6c3ca651a439d57d913957fce5893ad4;hb=6bcf0cf60c7cbfec2a733a28c7fd31ddf4a0024d;hp=00465e8367ccd9caa7a07787e3a42f4928bbef9d;hpb=2b89a960604d44ea1483c0d99bfb567dab9c3aa1;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 00465e836..3f1ace0d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1360,7 +1360,8 @@ tests += \ test-condition-util \ test-uid-range \ test-bus-policy \ - test-locale-util + test-locale-util \ + test-copy EXTRA_DIST += \ test/a.service \ @@ -1510,6 +1511,12 @@ test_locale_util_SOURCES = \ 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