chiark / gitweb /
nspawn: don't make up -1 as error code
[elogind.git] / Makefile.am
index 00465e8367ccd9caa7a07787e3a42f4928bbef9d..3f1ace0d6c3ca651a439d57d913957fce5893ad4 100644 (file)
@@ -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