[Intel-gfx] [PATCH i-g-t 1/4] lib: add the ability to include a description with a test
Damien Lespiau
damien.lespiau at intel.com
Tue Oct 28 16:10:25 CET 2014
On Tue, Oct 28, 2014 at 03:03:53PM +0000, Thomas Wood wrote:
> +extern const char* __igt_test_description __attribute__((weak));
> +#define IGT_TEST_DESCRIPTION(a) const char* __igt_test_description = a;
It's usual to omit the ';' here to have the macro invokation always
finish with a ';' (your next patch mixes both).
--
Damien
More information about the Intel-gfx
mailing list