tests: modify efl_ui_suite to use same test infrastructure as elm_suite
authorMike Blumenkrantz <zmike@samsung.com>
Mon, 28 Jan 2019 18:38:24 +0000 (13:38 -0500)
committerTaehyub Kim <taehyub.kim@samsung.com>
Thu, 31 Jan 2019 02:20:01 +0000 (11:20 +0900)
commit2461910418926b706bafa506eb0c0c69aa0c864a
tree29b982a843a8577a5a95c3a87d6945b5ea97f654
parent6f4491aaf1599fa98cee7d2d7d81555dcc6b6ef7
tests: modify efl_ui_suite to use same test infrastructure as elm_suite

this should enable us to begin moving efl_ui tests into the proper suite
instead of sticking them all into elm_suite

also move grid tests to efl_ui_suite

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D7765
src/Makefile_Elementary.am
src/tests/elementary/efl_ui_suite.c
src/tests/elementary/efl_ui_suite.h [new file with mode: 0644]
src/tests/elementary/efl_ui_test_grid.c
src/tests/elementary/elm_suite.c
src/tests/elementary/elm_suite.h
src/tests/elementary/meson.build
src/tests/elementary/suite_helpers.c [new file with mode: 0644]
src/tests/elementary/suite_helpers.h [new file with mode: 0644]