OSDN Git Service

Add new Vector2dTest to the GdxTets.tests list
authorbitiotic <github@bitiotic.com>
Wed, 30 Jan 2013 21:18:49 +0000 (13:18 -0800)
committerbitiotic <github@bitiotic.com>
Wed, 30 Jan 2013 21:18:49 +0000 (13:18 -0800)
tests/gdx-tests/src/com/badlogic/gdx/tests/utils/GdxTests.java

index cb21e73..2f7386c 100644 (file)
@@ -76,7 +76,7 @@ public class GdxTests {
                TextButtonTest.class, TextButtonTestGL2.class, TextureBindTest.class, SortedSpriteTest.class,\r
                ExternalMusicTest.class, SoftKeyboardTest.class, DirtyRenderingTest.class, YDownTest.class,\r
                ScreenCaptureTest.class, BitmapFontTest.class, LabelScaleTest.class, GLEEDTest.class, GamepadTest.class, NetAPITest.class,\r
-               RunnablePostTest.class));\r
+               RunnablePostTest.class, Vector2dTest.class));\r
        \r
        public static List<String> getNames () {\r
                List<String> names = new ArrayList<String>(tests.size());\r