diff --git a/legacy/ephysics/src/bin/Makefile.am b/legacy/ephysics/src/bin/Makefile.am index 723a78e989..a31965d067 100644 --- a/legacy/ephysics/src/bin/Makefile.am +++ b/legacy/ephysics/src/bin/Makefile.am @@ -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 diff --git a/legacy/ephysics/src/bin/test.c b/legacy/ephysics/src/bin/test.c index 2aabdcab3b..e97515c890 100644 --- a/legacy/ephysics/src/bin/test.c +++ b/legacy/ephysics/src/bin/test.c @@ -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