efl_ui_pager : Add missing meson config for pager test.
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 25 Jan 2019 06:57:37 +0000 (06:57 +0000)
committerTaehyub Kim <taehyub.kim@samsung.com>
Thu, 31 Jan 2019 01:53:54 +0000 (10:53 +0900)
   it occur to build fail in meson build.

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D7768

src/bin/elementary/meson.build

index 008eab7..030c050 100644 (file)
@@ -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',