aboutsummaryrefslogtreecommitdiff
path: root/test/lua/README.md
blob: a6bffb3dee8827557e088cb01aa40f64cde703b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Unit Test for Vis' Lua API
--------------------------

The test-suite is based on 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.