From a34e8d78ced58f4f8c2bd17febd937b333810105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evandro=20Leopoldino=20Gon=C3=A7alves?= Date: Fri, 17 Apr 2020 23:26:01 +0200 Subject: [PATCH] add simple_test --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5b00b47..290fe59 100644 --- a/readme.md +++ b/readme.md @@ -316,6 +316,7 @@ For more on the differences (particularly between `lanes` and `luaproc`), see th - [telescope](https://github.com/norman/telescope) - Flexible and highly customizable testing library. - [luassert](https://github.com/Olivine-Labs/luassert) - Assertion library extending Lua's built-in assertions. - [lust](https://github.com/bjornbytes/lust) - Minimal test framework. +- [simple_test](https://github.com/EvandroLG/simple_test) - A minimalist and easy-to-use Lua unit testing framework ### Foreign Function Interfaces