> Subject: [PATCH] app/test: update skipped count when setup returns skipped > > 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 Acked-by: Akhil Goyal