tests: move efl_ui focus tests into efl_ui_suite
authorMike Blumenkrantz <zmike@samsung.com>
Tue, 29 Jan 2019 18:50:40 +0000 (13:50 -0500)
committerTaehyub Kim <taehyub.kim@samsung.com>
Thu, 31 Jan 2019 02:20:14 +0000 (11:20 +0900)
commit9ce84857c51866b70dba546312e06795f5d5e9fd
tree13154dd3bee7035453429fe7cb3b000c43de9e38
parent496dbd0c4c24b6e76187660c954ea355ef3fbc1f
tests: move efl_ui focus tests into efl_ui_suite

ref T6815

Differential Revision: https://phab.enlightenment.org/D7827
14 files changed:
src/Makefile_Elementary.am
src/tests/elementary/efl_ui_suite.c
src/tests/elementary/efl_ui_suite.h
src/tests/elementary/efl_ui_test_focus.c [new file with mode: 0644]
src/tests/elementary/efl_ui_test_focus_common.c [new file with mode: 0644]
src/tests/elementary/efl_ui_test_focus_common.h [new file with mode: 0644]
src/tests/elementary/efl_ui_test_focus_sub.c [new file with mode: 0644]
src/tests/elementary/elm_suite.c
src/tests/elementary/elm_suite.h
src/tests/elementary/elm_test_focus.c [deleted file]
src/tests/elementary/elm_test_focus_common.c [deleted file]
src/tests/elementary/elm_test_focus_common.h [deleted file]
src/tests/elementary/elm_test_focus_sub.c [deleted file]
src/tests/elementary/meson.build