From 97b5f608182773d7ef9ca18913085b3a3eccd943 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Sat, 9 Feb 2013 01:39:44 +0100 Subject: tests: add test of strbuf --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7885a79be8..f912c5dd52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- cgit v1.2.3-54-g00ecf