tests/efl_ui: add suite_helpers.h to efl_ui_suite.h

no need to manually include this for every file

Reviewed-by: Chris Michael <cp.michael@samsung.com>
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9187
This commit is contained in:
Mike Blumenkrantz 2019-06-26 13:00:58 -04:00 committed by Marcel Hollerbach
parent 14ac6a9e9e
commit 39833fe168
6 changed files with 1 additions and 5 deletions

View File

@ -3,7 +3,6 @@
#endif
#include "efl_ui_suite.h"
#include "suite_helpers.h"
#include "eo_internal.h"
static const Efl_Test_Case etc[] = {

View File

@ -6,6 +6,7 @@
#define EFL_NOLEGACY_API_SUPPORT
#include <Efl_Ui.h>
#include "../efl_check.h"
#include "suite_helpers.h"
#define ck_assert_strn_eq(s1, s2, len) \
{ \

View File

@ -5,7 +5,6 @@
#include <Efl_Ui.h>
#include "efl_ui_suite.h"
#include "eo_internal.h"
#include "suite_helpers.h"
EFL_CLASS_SIMPLE_CLASS(efl_ui_active_view_view_manager, "efl_ui_active_view_view_manager", EFL_UI_ACTIVE_VIEW_VIEW_MANAGER_CLASS);
EFL_CLASS_SIMPLE_CLASS(efl_ui_active_view_indicator, "efl_ui_active_view_indicator", EFL_UI_ACTIVE_VIEW_INDICATOR_CLASS);

View File

@ -1,5 +1,4 @@
#include "efl_ui_test_focus_common.h"
#include "suite_helpers.h"
EFL_START_TEST(focus_unregister_twice)
{

View File

@ -4,7 +4,6 @@
#include <Efl_Ui.h>
#include "efl_ui_suite.h"
#include "suite_helpers.h"
static Eo *win, *radio_group;

View File

@ -7,7 +7,6 @@
#include <Efl_Ui.h>
#include "efl_ui_suite.h"
#include "eo_internal.h"
#include "suite_helpers.h"
typedef struct {
Efl_Ui_Widget *btn1, *btn2;