EPhysics: keep tests in alphabetical order
authorBruno Dilly <bdilly@profusion.mobi>
Wed, 22 Aug 2012 20:04:51 +0000 (20:04 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Wed, 22 Aug 2012 20:04:51 +0000 (20:04 +0000)
SVN revision: 75566

legacy/ephysics/src/bin/Makefile.am
legacy/ephysics/src/bin/test.c

index 723a78e..a31965d 100644 (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
index 2aabdca..e97515c 100644 (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