Re: [PATCH wayland 2/4] tests: Mark tests as used, so they don’t get removed at link-time.

2017-12-01 Thread Daniel Stone
Hi, On 14 April 2017 at 19:48, Emmanuel Gil Peyrot wrote: > Without this attribute, these macros were making Weston’s tests fail to > build with LTO enabled. I've pushed all four of these (i.e. the two for Wayland, two for Weston) upstream now. Cheers, Daniel ___

[PATCH wayland 2/4] tests: Mark tests as used, so they don’t get removed at link-time.

2017-04-14 Thread Emmanuel Gil Peyrot
Without this attribute, these macros were making Weston’s tests fail to build with LTO enabled. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94602 Signed-off-by: Markus Trippelsdorf Signed-off-by: Emmanuel Gil Peyrot Tested-by: Emmanuel Gil Peyrot --- tests/test-runner.h | 4 ++-- 1