ivi-shell: add layer_add_surfaces test
Test adds 3 surfaces in a layer's render order list.
First, it adds in the order which surfaces are created.
Later, test cleans the render order list, and adds surfaces in reverse
order.
Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
diff --git a/tests/ivi_layout-test.c b/tests/ivi_layout-test.c
index 72aad7f..86e63b1 100644
--- a/tests/ivi_layout-test.c
+++ b/tests/ivi_layout-test.c
@@ -214,6 +214,7 @@
const char * const render_order_test_names[] = {
"layer_render_order",
"layer_bad_render_order",
+ "layer_add_surfaces",
};
TEST_P(ivi_layout_runner, basic_test_names)