[PATCH] testsuite: Add test states to the testsuit configuration files.
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Dec 5 08:07:36 UTC 2016
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();
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list