[PATCH] testsuite: Add test states to the testsuit configuration files.
Chris Johns
chrisj at rtems.org
Mon Dec 5 10:27:50 UTC 2016
On 5/12/16 7:07 pm, Sebastian Huber wrote:
>
>
> On 05/12/16 04:57, Chris Johns wrote:
>> - #define TEST_BEGIN() printk(TEST_BEGIN_STRING)
>> + #if defined(TEST_STATE_STRING)
>> + #define TEST_BEGIN() printk(TEST_BEGIN_STRING); printk();
>> + #else
>> + #define TEST_BEGIN() printk(TEST_BEGIN_STRING)
>> + #endif
>
> Empty printk();
>
Yes I also saw this, fixed on my branch.
Thanks.
Chris
More information about the devel
mailing list