summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-02-10 21:56:03 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-02-10 23:06:16 +0100
commitc62c294fd521e5b65bb52f831773916bbc4cd90a (patch)
tree890798538fcb788f7b97ab0c3b9164e990394cb1 /Makefile.am
parent89ca69941d0422069903b95265cee02bc1f498f7 (diff)
tests: add tests of strxcpyx
also fix a bad indentation in test-strbug.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
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