stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bc4b78be1257eab374848ffc620b699c1f6bdef6
commit bc4b78be1257eab374848ffc620b699c1f6bdef6 Author: JunsuChoi <[email protected]> Date: Fri Jan 25 06:57:37 2019 +0000 efl_ui_pager : Add missing meson config for pager test. it occur to build fail in meson build. Reviewed-by: Stefan Schmidt <[email protected]> Differential Revision: https://phab.enlightenment.org/D7768 --- src/bin/elementary/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/elementary/meson.build b/src/bin/elementary/meson.build index 008eab708f..030c050ec3 100644 --- a/src/bin/elementary/meson.build +++ b/src/bin/elementary/meson.build @@ -99,6 +99,8 @@ elementary_test_src = [ 'test_panes.c', 'test_ui_panes.c', 'test_ui_panel.c', + 'test_ui_pager.c', + 'test_ui_pager_scroll.c', 'test_part_bg.c', 'test_part_shadow.c', 'test_photo.c', --
