Add a test printout for the count-characters test

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
This commit is contained in:
Christophe de Dinechin 2020-08-28 18:06:56 +02:00
parent 5e177193d0
commit 4344969408
1 changed files with 1 additions and 1 deletions

View File

@ -67,4 +67,4 @@ MIQ=../
include $(MIQ)rules.mk
count-characters.test:
echo Output has `$(TEST_ENV) $(MIQ_OUTEXE) | wc -c` characters, should be 35
$(PRINT_TEST) echo Output has `$(TEST_ENV) $(MIQ_OUTEXE) | wc -c` characters, should be 35