[layout] Rename BinLayout and FlowLayout interactive tests
The BinLayout and FlowLayout interactive tests should be named more explicitly.
This commit is contained in:
parent
4ea57bc685
commit
6d954ec074
4
.gitignore
vendored
4
.gitignore
vendored
@ -133,8 +133,8 @@ TAGS
|
|||||||
/tests/interactive/redhand_alpha.png
|
/tests/interactive/redhand_alpha.png
|
||||||
/tests/interactive/test-script.json
|
/tests/interactive/test-script.json
|
||||||
/tests/interactive/test-clutter-cairo-flowers
|
/tests/interactive/test-clutter-cairo-flowers
|
||||||
/tests/interactive/test-box
|
/tests/interactive/test-bin-layout
|
||||||
/tests/interactive/test-flow
|
/tests/interactive/test-flow-layout
|
||||||
/tests/conform/stamp-test-conformance
|
/tests/conform/stamp-test-conformance
|
||||||
/tests/conform/test-anchors
|
/tests/conform/test-anchors
|
||||||
/tests/conform/test-conformance
|
/tests/conform/test-conformance
|
||||||
|
@ -44,8 +44,8 @@ UNIT_TESTS = \
|
|||||||
test-text-field.c \
|
test-text-field.c \
|
||||||
test-clutter-cairo-flowers.c \
|
test-clutter-cairo-flowers.c \
|
||||||
test-cogl-vertex-buffer.c \
|
test-cogl-vertex-buffer.c \
|
||||||
test-box.c \
|
test-bin-layout.c \
|
||||||
test-flow.c
|
test-flow-layout.c
|
||||||
|
|
||||||
if X11_TESTS
|
if X11_TESTS
|
||||||
UNIT_TESTS += test-pixmap.c
|
UNIT_TESTS += test-pixmap.c
|
||||||
|
@ -91,7 +91,7 @@ on_box_leave (ClutterActor *box,
|
|||||||
}
|
}
|
||||||
|
|
||||||
G_MODULE_EXPORT int
|
G_MODULE_EXPORT int
|
||||||
test_box_main (int argc, char *argv[])
|
test_bin_layout_main (int argc, char *argv[])
|
||||||
{
|
{
|
||||||
ClutterActor *stage, *box, *rect;
|
ClutterActor *stage, *box, *rect;
|
||||||
ClutterLayoutManager *layout;
|
ClutterLayoutManager *layout;
|
@ -60,7 +60,7 @@ static GOptionEntry entries[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
G_MODULE_EXPORT int
|
G_MODULE_EXPORT int
|
||||||
test_flow_main (int argc, char *argv[])
|
test_flow_layout_main (int argc, char *argv[])
|
||||||
{
|
{
|
||||||
ClutterActor *stage, *box;
|
ClutterActor *stage, *box;
|
||||||
ClutterLayoutManager *layout;
|
ClutterLayoutManager *layout;
|
Loading…
Reference in New Issue
Block a user