Re: executing single test case from test suite

2015-05-15 Thread Miklos Vajna
Hi Markus, On Thu, Apr 30, 2015 at 09:11:49PM +0200, Markus Mohrhard wrote: > so I just pushed a patch that allows you to execute just a single test case > from a whole suite. Thanks a lot for this, this makes DECLARE_*{IM,EX}PORT_TEST_ONLY unnecessary in sw, sw/qa/extras/README advertises this

executing single test case from test suite

2015-04-30 Thread Markus Mohrhard
Hey, so I just pushed a patch that allows you to execute just a single test case from a whole suite. It is mainly meant for the few cases where executing the whole suite takes a long time (e.g. export tests with export validation enabled). Please use it carefully and only during development. Chec