Add unit testing instructions in README
This commit is contained in:
parent
f75c404a26
commit
fbf2d34006
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -82,6 +82,7 @@ from the `PATH`:
|
||||||
|
|
||||||
export PATH="$JAVA_HOME/bin:$PATH"
|
export PATH="$JAVA_HOME/bin:$PATH"
|
||||||
|
|
||||||
|
|
||||||
### Generate
|
### Generate
|
||||||
|
|
||||||
Make sure your `ANDROID_HOME` variable is set to your Android SDK directory:
|
Make sure your `ANDROID_HOME` variable is set to your Android SDK directory:
|
||||||
|
@ -95,9 +96,20 @@ From the project root directory, execute:
|
||||||
This will generate the application in `dist/scrcpy/`.
|
This will generate the application in `dist/scrcpy/`.
|
||||||
|
|
||||||
|
|
||||||
|
### Test
|
||||||
|
|
||||||
|
To execute unit tests:
|
||||||
|
|
||||||
|
make test
|
||||||
|
|
||||||
|
The server-side tests require JUnit 4:
|
||||||
|
|
||||||
|
sudo apt install junit4
|
||||||
|
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
Plug a device, and execute:
|
Plug a device, and from `dist/scrcpy/`, execute:
|
||||||
|
|
||||||
./scrcpy
|
./scrcpy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue