Skip to content

Commit 720d25e

Browse files
authored
Corrected paths to TestStarter classes (#258)
1 parent 8cfadaf commit 720d25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/dev/-contributing/from_source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you encounter any issues while setting up your development environment for li
6363
# Tests
6464
If you set everything up correctly, you can try to give the libGDX tests a go.
6565

66-
**LWJGL/LWJGL3:** Run the `LwjglTestStart` class located in tests/gdx-tests/gdx-tests-lwjgl/src (or tests/gdx-tests/gdx-tests-lwjgl3/src respectively) by right clicking and running. You should get _assets not found_ when you try to run a test, so edit the run configuration and point it to the correct assets folder (`tests/gdx-tests-android/assets`). For IntelliJ IDEA:
66+
**LWJGL/LWJGL3:** Run the `LwjglTestStarter` class located in tests/gdx-tests-lwjgl/src (or tests/gdx-tests-lwjgl3/src respectively) by right clicking and running. You should get _assets not found_ when you try to run a test, so edit the run configuration and point it to the correct assets folder (`tests/gdx-tests-android/assets`). For IntelliJ IDEA:
6767

6868
![](/assets/images/dev/source/0.png)
6969

0 commit comments

Comments
 (0)