tests: add build test for EFL_NOLEGACY_API_SUPPORT in efl_ui_suite

Reviewers: q66

Reviewed By: q66

Subscribers: cedric, #reviewers, #committers

Tags: #efl_tests

Differential Revision: https://phab.enlightenment.org/D8252
This commit is contained in:
Mike Blumenkrantz 2019-03-08 08:57:19 -05:00
parent 60063359fc
commit 7edd248491
3 changed files with 9 additions and 0 deletions

View File

@ -1915,6 +1915,7 @@ tests_elementary_efl_ui_suite_SOURCES = \
tests/elementary/suite_helpers.c \
tests/elementary/suite_helpers.h \
tests/elementary/efl_ui_suite.c \
tests/elementary/efl_ui_build.c \
tests/elementary/elm_test_init.c \
tests/elementary/efl_ui_test_atspi.c \
tests/elementary/efl_ui_test_focus_common.c \

View File

@ -0,0 +1,7 @@
#ifndef EFL_BETA_API_SUPPORT
#define EFL_BETA_API_SUPPORT
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#define EFL_NOLEGACY_API_SUPPORT
#endif
#include <Efl_Ui.h>

View File

@ -114,6 +114,7 @@ elementary_suite = executable('elementary_suite',
efl_ui_suite_src = [
'efl_ui_suite.c',
'efl_ui_build.c',
'suite_helpers.c',
'suite_helpers.h',
'elm_test_init.c',