diff options
Diffstat (limited to 'test/lua/README.md')
| -rw-r--r-- | test/lua/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/lua/README.md b/test/lua/README.md index a6bffb3..b6019c7 100644 --- a/test/lua/README.md +++ b/test/lua/README.md @@ -1,10 +1,12 @@ Unit Test for Vis' Lua API -------------------------- -The test-suite is based on the [busted unit testing framework](https://olivinelabs.com/busted/). +The test-suite is based on the [busted][] unit testing framework. Each `*.lua` file is sourced from a new `vis` instance which loads the correspending `*.in` file. Use the `test.sh` shell script to run an individual test or type `make` to run all tests. + +[busted]: https://lunarmodules.github.io/busted |
