diff options
author | Shawn Landden <shawn@churchofgit.com> | 2013-09-20 18:37:34 -0700 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-10-13 17:56:54 -0400 |
commit | 35d811f521ac5da19786ff64cf1d8a2ee13f1374 (patch) | |
tree | 6c16ff7e4f32fa92c0b0dfb7ed98267ebb8fa861 /Makefile.am | |
parent | f405e86de361ec305dc2b8634efeaa23dc144053 (diff) |
test: test for ellipsize
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
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 |