Add a test printout for the count-characters test
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
This commit is contained in:
parent
5e177193d0
commit
4344969408
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue