From 36efd90ceed914496739479998d2849ff5e07d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 25 Sep 2024 10:27:26 +0200 Subject: fix: correct URL of the Busted Lua unit testing framework. --- test/lua/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/lua') 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 -- cgit v1.2.3