From 35d811f521ac5da19786ff64cf1d8a2ee13f1374 Mon Sep 17 00:00:00 2001 From: Shawn Landden Date: Fri, 20 Sep 2013 18:37:34 -0700 Subject: test: test for ellipsize --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fcdb69fd17..77a7bbefa5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1137,6 +1137,7 @@ tests += \ test-unit-name \ test-unit-file \ test-utf8 \ + test-ellipsize \ test-util \ test-date \ test-sleep \ @@ -1327,6 +1328,12 @@ test_log_SOURCES = \ test_log_LDADD = \ libsystemd-core.la +test_ellipsize_SOURCES = \ + src/test/test-ellipsize.c + +test_ellipsize_LDADD = \ + libsystemd-core.la + test_date_SOURCES = \ src/test/test-date.c -- cgit v1.2.3-54-g00ecf