From 0054b1958d021c554c5235f4b151b2caecc04879 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Wed, 24 Apr 2019 19:18:30 +0200 Subject: [PATCH] efl_ui_suite_spec: add efl_ui_grid to test suite Reviewed-by: SangHyeon Jade Lee Differential Revision: https://phab.enlightenment.org/D8707 --- src/tests/elementary/spec/efl_test_pack_linear.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/tests/elementary/spec/efl_test_pack_linear.c b/src/tests/elementary/spec/efl_test_pack_linear.c index 2d711a2..69017c5 100644 --- a/src/tests/elementary/spec/efl_test_pack_linear.c +++ b/src/tests/elementary/spec/efl_test_pack_linear.c @@ -9,7 +9,11 @@ /* spec-meta-start {"test-interface":"Efl.Pack_Linear", - "test-widgets": ["Efl.Ui.Box"]} + "test-widgets": ["Efl.Ui.Box", "Efl.Ui.Grid"], + "custom-mapping" : { + "Efl.Ui.Grid" : "EFL_UI_GRID_DEFAULT_ITEM_CLASS" + } + } spec-meta-end */ static void -- 2.7.4