From c62c294fd521e5b65bb52f831773916bbc4cd90a Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Sun, 10 Feb 2013 21:56:03 +0100 Subject: tests: add tests of strxcpyx also fix a bad indentation in test-strbug.c --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2b7d78ccf5..8a7c2b67aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1007,6 +1007,7 @@ noinst_tests += \ test-env-replace \ test-strbuf \ test-strv \ + test-strxcpyx \ test-unit-name \ test-unit-file \ test-util \ @@ -1178,6 +1179,12 @@ test_strv_LDADD = \ libsystemd-shared.la \ libsystemd-id128-internal.la +test_strxcpyx_SOURCES = \ + src/test/test-strxcpyx.c + +test_strxcpyx_LDADD = \ + libsystemd-shared.la + test_install_SOURCES = \ src/test/test-install.c -- cgit v1.2.3-54-g00ecf