mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
README: add a few more pointers (#3512)
This commit is contained in:
10
README.md
10
README.md
@@ -160,12 +160,22 @@ To run KOReader on your development machine:
|
||||
./kodev run
|
||||
```
|
||||
|
||||
To automatically set up a number of primarily luarocks-related environment variables:
|
||||
```
|
||||
./kodev activate
|
||||
```
|
||||
|
||||
To run unit tests:
|
||||
```
|
||||
./kodev test base
|
||||
./kodev test front
|
||||
```
|
||||
|
||||
To run a specific unit test (for test development):
|
||||
```
|
||||
./kodev test front readerbookmark_spec.lua
|
||||
```
|
||||
|
||||
NOTE: Extra dependencies for tests: `busted` and `ansicolors` from luarocks.
|
||||
|
||||
To run Lua static analysis:
|
||||
|
||||
Reference in New Issue
Block a user