From 6b205fba97957d367f5e019c2ffdb1b49fac4905 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Tue, 28 Nov 2017 16:35:46 +0100 Subject: [PATCH] README: add a few more pointers (#3512) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 45d9830d7..62188f5ee 100644 --- a/README.md +++ b/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: