README: add a few more pointers (#3512)

This commit is contained in:
Frans de Jonge
2017-11-28 16:35:46 +01:00
committed by GitHub
parent a44b39fda6
commit 6b205fba97

View File

@@ -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: