> -----Original Message----- > From: Van Haaren, Harry > Sent: Thursday, January 11, 2018 5:51 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; Richardson, > Bruce <bruce.richard...@intel.com>; Van Haaren, Harry > <harry.van.haa...@intel.com> > Subject: [PATCH v2 2/3] test: add skipped return result > > This commit allows a test to return "skipped", indicating that it cannot be > run. This is useful for PMDs which have not been compiled due to the > unavailability of dependencies, or their explicit disabling in the build > configuration. > > The result printing is updated to correctly indicate if a test has been > skipped. > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > Signed-off-by: Harry van Haaren <harry.van.haa...@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>