chiark / gitweb /
man: hostnamectl understands -M too
[elogind.git] / Makefile.am
index 0b32639fae952b5aea1da93a9dcaf7f7f453eac1..701666c2787c4f06e1b198fd1bf607d7cd42dbc0 100644 (file)
@@ -1350,6 +1350,7 @@ tests += \
        test-uid-range \
        test-bus-policy \
        test-locale-util \
+       test-execute \
        test-copy
 
 EXTRA_DIST += \
@@ -1805,6 +1806,15 @@ test_path_CFLAGS = \
 test_path_LDADD = \
        libsystemd-core.la
 
+test_execute_SOURCES = \
+       src/test/test-execute.c
+
+test_execute_CFLAGS = \
+       $(AM_CFLAGS)
+
+test_execute_LDADD = \
+       libsystemd-core.la
+
 test_strxcpyx_SOURCES = \
        src/test/test-strxcpyx.c