EPhysics: keep tests in alphabetical order

SVN revision: 75566
This commit is contained in:
Bruno Dilly 2012-08-22 20:04:51 +00:00
parent f484b5a683
commit ef82a631a9
2 changed files with 4 additions and 4 deletions

View File

@ -37,8 +37,8 @@ test_velocity.c \
test_shapes.c \
test_sleeping_threshold.c \
test_slider.c \
test_win_resize.c \
test_soft_body.c
test_soft_body.c \
test_win_resize.c
ephysics_logo_SOURCES = \
ephysics_logo.c

View File

@ -36,8 +36,8 @@ void test_velocity(void *data, Evas_Object *obj, void *event_info);
void test_shapes(void *data, Evas_Object *obj, void *event_info);
void test_sleeping(void *data, Evas_Object *obj, void *event_info);
void test_slider(void *data, Evas_Object *obj, void *event_info);
void test_win_resize(void *data, Evas_Object *obj, void *event_info);
void test_soft_body(void *data, Evas_Object *obj, void *event_info);
void test_win_resize(void *data, Evas_Object *obj, void *event_info);
static const EPhysics_Test tests[] = {
{"Bouncing Ball", test_bouncing_ball},
@ -61,8 +61,8 @@ static const EPhysics_Test tests[] = {
{"Shapes", test_shapes},
{"Sleeping Threshold", test_sleeping},
{"Slider", test_slider},
{"Win Resize", test_win_resize},
{"Soft Body", test_soft_body},
{"Win Resize", test_win_resize},
};
static void