chiark / gitweb /
tests: add test of strbuf
[elogind.git] / Makefile.am
index 7885a79be8a4a009743e7174ed0f6c8f02b9758c..f912c5dd52f666a0ba61b2a0ce34b4a1e4e07e9b 100644 (file)
@@ -1002,6 +1002,7 @@ noinst_PROGRAMS += \
 noinst_tests += \
        test-job-type \
        test-env-replace \
+       test-strbuf \
        test-strv \
        test-unit-name \
        test-unit-file \
@@ -1161,6 +1162,12 @@ test_env_replace_SOURCES = \
 test_env_replace_LDADD = \
        libsystemd-shared.la
 
+test_strbuf_SOURCES = \
+       src/test/test-strbuf.c
+
+test_strbuf_LDADD = \
+       libsystemd-shared.la
+
 test_strv_SOURCES = \
        src/test/test-strv.c