blob: 5b9a1e6fcb79d3075f3ec12b4b647363f75f41b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Unit Test for Vis' Lua API
--------------------------
The tests use the [busted unit testing framework](https://olivinelabs.com/busted/).
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.
|