summaryrefslogtreecommitdiffstats
path: root/test/lib/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-12-10 14:12:48 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-01-31 08:46:34 +0800
commit485680a5bfeb952fd652a59efcce35636d6aec00 (patch)
tree8f3f09ede88b8e60eb5a19a5a29de4e83451934e /test/lib/Makefile.am
parent5a271400e9b5396cb90258b7582fe7ac6bcc2230 (diff)
downloadtalos-petitboot-485680a5bfeb952fd652a59efcce35636d6aec00.tar.gz
talos-petitboot-485680a5bfeb952fd652a59efcce35636d6aec00.zip
lib/fold: Add text fold utility
We want to fold help text into the ncurses UI, so add a little module to split text into lines. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'test/lib/Makefile.am')
-rw-r--r--test/lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lib/Makefile.am b/test/lib/Makefile.am
index ae6027f..ed570af 100644
--- a/test/lib/Makefile.am
+++ b/test/lib/Makefile.am
@@ -31,7 +31,8 @@ check_PROGRAMS = list-test \
test-process-async \
test-process-async-stdout \
test-process-parent-stdout \
- test-process-both
+ test-process-both \
+ test-fold
TESTS = $(check_PROGRAMS)
OpenPOWER on IntegriCloud