summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunsuChoi <jsuya.choi@samsung.com>2019-01-25 06:57:37 +0000
committerStefan Schmidt <s.schmidt@samsung.com>2019-01-25 09:49:50 +0100
commitbc4b78be1257eab374848ffc620b699c1f6bdef6 (patch)
tree9ae2bf1610cca0571334d0e1307fc517e5e7f4a6
parent41977fd19e2abeebb90f885af599d9ece2fb4406 (diff)
downloadefl-bc4b78be1257eab374848ffc620b699c1f6bdef6.tar.gz
efl_ui_pager : Add missing meson config for pager test.
it occur to build fail in meson build. Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org> Differential Revision: https://phab.enlightenment.org/D7768
-rw-r--r--src/bin/elementary/meson.build2
1 files changed, 2 insertions, 0 deletions
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',