README: add a few more pointers (#3512)

pull/3524/head
Frans de Jonge 7 years ago committed by GitHub
parent a44b39fda6
commit 6b205fba97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save