X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=701666c2787c4f06e1b198fd1bf607d7cd42dbc0;hp=0b32639fae952b5aea1da93a9dcaf7f7f453eac1;hb=34b950a8d8b83b3c101beba479a9ddae8c2ebb93;hpb=0b906b8d6f901866046636e75e138348afb1d8c0 diff --git a/Makefile.am b/Makefile.am index 0b32639fa..701666c27 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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