tests: restore run-cli-tests

e4ca468 moved src/test/run-cli-tests from check-local to check_SCRIPTS
but did not add it to the TESTS variable.

Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
Loic Dachary 2015-11-13 16:23:27 +01:00
parent c73e96a39a
commit d0e9c40177

View File

@ -57,6 +57,11 @@ check-local:: all
exit 1 ; \
fi
# display the output of failed check_SCRIPTS after a failed make check
export VERBOSE = true
TESTS = $(check_SCRIPTS)
check_SCRIPTS = \
src/test/run-cli-tests