tests: add test for legacy-only build in elm_suite

Reviewers: q66

Reviewed By: q66

Subscribers: cedric, #reviewers, #committers

Tags: #efl_tests

Differential Revision: https://phab.enlightenment.org/D8254
This commit is contained in:
Mike Blumenkrantz 2019-03-08 08:57:46 -05:00
parent 7edd248491
commit 1e750ddfde
3 changed files with 5 additions and 0 deletions

View File

@ -1815,6 +1815,7 @@ TESTS += tests/elementary/elm_suite tests/elementary/efl_ui_suite
tests_elementary_elm_suite_SOURCES = \
tests/elementary/suite_helpers.c \
tests/elementary/elm_suite.c \
tests/elementary/elm_suite_build.c \
tests/elementary/elm_test_atspi.c \
tests/elementary/elm_test_check.c \
tests/elementary/elm_test_colorselector.c \

View File

@ -0,0 +1,3 @@
#undef EFL_BETA_API_SUPPORT
#undef EFL_EO_API_SUPPORT
#include <Elementary.h>

View File

@ -19,6 +19,7 @@ endforeach
elementary_suite_src = [
'elm_suite.c',
'elm_suite_build.c',
'suite_helpers.c',
'elm_test_atspi.c',
'elm_test_check.c',