blob: b6019c7a4f7787b87d7079e9a92884c05a4311f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Unit Test for Vis' Lua API
--------------------------
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
|