diff options
| author | Matěj Cepl <mcepl@cepl.eu> | 2024-09-25 10:27:26 +0200 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2025-01-02 06:04:52 -0700 |
| commit | 36efd90ceed914496739479998d2849ff5e07d11 (patch) | |
| tree | e2c4c012cce3c0341c40b6311ba287eb16209f4b /test | |
| parent | 438b31497d91becdec95d06ff62c2d86184fa669 (diff) | |
| download | vis-36efd90ceed914496739479998d2849ff5e07d11.tar.gz vis-36efd90ceed914496739479998d2849ff5e07d11.tar.xz | |
fix: correct URL of the Busted Lua unit testing framework.
Diffstat (limited to 'test')
| -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 |
