<div dir="ltr">here is the test runner I am using, doesn't really make sense to add this to the tree as it has to be visually inspected<div><br></div><div><div>diff --git a/Makefile.am b/Makefile.am</div><div>index cdbfdea..8813299 100644</div>
<div>--- a/Makefile.am</div><div>+++ b/Makefile.am</div><div>@@ -1124,6 +1124,7 @@ tests += \</div><div> test-unit-file \</div><div> test-util \</div><div> test-date \</div><div>+ test-wellipsize \</div>
<div> test-sleep \</div><div> test-replace-var \</div><div> test-sched-prio \</div><div>@@ -1302,6 +1303,12 @@ test_date_SOURCES = \</div><div> test_date_LDADD = \</div><div> <a href="http://libsystemd-core.la">libsystemd-core.la</a></div>
<div> </div><div>+test_wellipsize_SOURCES = \</div><div>+ src/test/test-wellipsize.c</div><div>+</div><div>+test_wellipsize_LDADD = \</div><div>+ <a href="http://libsystemd-core.la">libsystemd-core.la</a></div>
<div>+</div><div> test_sleep_SOURCES = \</div><div> src/test/test-sleep.c</div><div> </div></div><div><br></div></div>