tests: suggest "make check-programs"

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2020-12-17 10:57:33 +01:00
parent 5ebff0918d
commit 60bad224a8
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ if [ -n "$SUBTESTS" ]; then
done
else
if [ -z "$SYSCOMMANDS" -a ! -f "$top_builddir/test_ttyutils" ]; then
echo "Tests not compiled! Run 'make check' to fix the problem."
echo "Tests not compiled! Run 'make check-programs' to fix the problem."
exit 1
fi