[PATCH weston 4/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, the test macros were making Weston fail to build with LTO enabled. Signed-off-by: Markus Trippelsdorf Signed-off-by: Emmanuel Gil Peyrot Tested-by: Emmanuel Gil Peyrot ---

[PATCH weston 4/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, the test macros were making Weston fail to build with LTO enabled. Signed-off-by: Markus Trippelsdorf Signed-off-by: Emmanuel Gil Peyrot Tested-by: Emmanuel Gil Peyrot ---

[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:

[PATCH wayland 1/4] tests: Add one more indentation level to some macros

2017-04-14 Thread Emmanuel Gil Peyrot
This is a preparatory patch for the next one. Signed-off-by: Emmanuel Gil Peyrot --- tests/test-runner.h | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/tests/test-runner.h b/tests/test-runner.h index

[PATCH weston 3/4] tests: Add one more indentation level to some macros

2017-04-14 Thread Emmanuel Gil Peyrot
This is a preparatory patch for the next one. Signed-off-by: Emmanuel Gil Peyrot --- tests/weston-test-runner.h | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/tests/weston-test-runner.h