test/sam: add tests for empty matches at the end of a range
[vis-test.git] / lua / README.md
blob5b9a1e6fcb79d3075f3ec12b4b647363f75f41b6
1 Unit Test for Vis' Lua API
2 --------------------------
4 The tests use the [busted unit testing framework](https://olivinelabs.com/busted/).
6 Each `*.lua` file is sourced from a new `vis` instance which loads the
7 correspending `*.in` file.
9 Use the `test.sh` shell script to run an individual test or type `make`
10 to run all tests.