app/test: count tests skipped at setup
authorAnoob Joseph <anoobj@marvell.com>
Tue, 24 May 2022 14:16:11 +0000 (19:46 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 7 Jun 2022 18:49:20 +0000 (20:49 +0200)
commit96b5d4f992ad46e7ce27b1094c4ef24161a04c93
tree75ab9788050bee27eddecbed6feaf1f88954059a
parentf93a605f2d6e012ef2c74bea20363ccaa8203021
app/test: count tests skipped at setup

If the setup function returns TEST_SKIPPED, the logs would say the test
case is skipped while the summary count would consider it under failed
cases. Address this by counting such test cases under 'skipped'.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
app/test/test.c