From 023c2d3301a06e2782d39e11ecc3345863a276b1 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Tue, 24 Sep 2019 08:40:54 +0100 Subject: cli: add linenoise CLI implementation. By default, continue to use libreadline, but if `--with-cli=linenoise` is passed to configure, build the linenoise implementation instead. Signed-off-by: Jeremy Sowden Signed-off-by: Pablo Neira Ayuso --- tests/build/run-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/build/run-tests.sh b/tests/build/run-tests.sh index b0560da6..ccb62af3 100755 --- a/tests/build/run-tests.sh +++ b/tests/build/run-tests.sh @@ -2,8 +2,8 @@ log_file="`pwd`/tests.log" dir=../.. -argument=( --without-cli --enable-debug --with-mini-gmp --enable-man-doc - --with-xtables --with-json) +argument=( --without-cli --with-cli=linenoise --enable-debug --with-mini-gmp + --enable-man-doc --with-xtables --with-json) ok=0 failed=0 -- cgit v1.2.3