[layout] Rename BinLayout and FlowLayout interactive tests

The BinLayout and FlowLayout interactive tests should be named more
explicitly.
This commit is contained in:
Emmanuele Bassi 2009-10-07 11:42:09 +01:00 committed by Emmanuele Bassi
parent 4ea57bc685
commit 6d954ec074
4 changed files with 6 additions and 6 deletions

4
.gitignore vendored
View File

@ -133,8 +133,8 @@ TAGS
/tests/interactive/redhand_alpha.png
/tests/interactive/test-script.json
/tests/interactive/test-clutter-cairo-flowers
/tests/interactive/test-box
/tests/interactive/test-flow
/tests/interactive/test-bin-layout
/tests/interactive/test-flow-layout
/tests/conform/stamp-test-conformance
/tests/conform/test-anchors
/tests/conform/test-conformance

View File

@ -44,8 +44,8 @@ UNIT_TESTS = \
test-text-field.c \
test-clutter-cairo-flowers.c \
test-cogl-vertex-buffer.c \
test-box.c \
test-flow.c
test-bin-layout.c \
test-flow-layout.c
if X11_TESTS
UNIT_TESTS += test-pixmap.c

View File

@ -91,7 +91,7 @@ on_box_leave (ClutterActor *box,
}
G_MODULE_EXPORT int
test_box_main (int argc, char *argv[])
test_bin_layout_main (int argc, char *argv[])
{
ClutterActor *stage, *box, *rect;
ClutterLayoutManager *layout;

View File

@ -60,7 +60,7 @@ static GOptionEntry entries[] = {
};
G_MODULE_EXPORT int
test_flow_main (int argc, char *argv[])
test_flow_layout_main (int argc, char *argv[])
{
ClutterActor *stage, *box;
ClutterLayoutManager *layout;