From 0549b1e5a8a3132005e275d6026db8003cb067d2 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 26 Oct 2021 11:32:46 +0800 Subject: *rename folder --- Resources/Libraries/luaunit/luaunit-3.4-1.rockspec | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 Resources/Libraries/luaunit/luaunit-3.4-1.rockspec (limited to 'Resources/Libraries/luaunit/luaunit-3.4-1.rockspec') diff --git a/Resources/Libraries/luaunit/luaunit-3.4-1.rockspec b/Resources/Libraries/luaunit/luaunit-3.4-1.rockspec deleted file mode 100644 index f26f4ee..0000000 --- a/Resources/Libraries/luaunit/luaunit-3.4-1.rockspec +++ /dev/null @@ -1,48 +0,0 @@ -package = "LuaUnit" -version = "3.4-1" -source = -{ - url = 'https://github.com/bluebird75/luaunit/releases/download/LUAUNIT_V3_4/rock-luaunit-3.4.zip' -} - -description = -{ - summary = "A unit testing framework for Lua", - detailed = - [[ - LuaUnit is a popular unit-testing framework for Lua, with an interface typical - of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports - several output formats (Text, TAP, JUnit, ...) to be used directly or work with Continuous Integration platforms - (Jenkins, Hudson, ...). - - For simplicity, LuaUnit is contained into a single-file and has no external dependency. - - Tutorial and reference documentation is available on - [read-the-docs](http://luaunit.readthedocs.org/en/latest/) - - LuaUnit may also be used as an assertion library, to validate assertions inside a running program. In addition, it provides - a pretty stringifier which converts any type into a nicely formatted string (including complex nested or recursive tables). - - To install LuaUnit from LuaRocks, you need at least LuaRocks version 2.4.4 (due to old versions of wget being incompatible - with GitHub https downloading) - - ]], - homepage = "http://github.com/bluebird75/luaunit", - license = "BSD", - maintainer = 'Philippe Fremy ', -} - -dependencies = -{ - "lua >= 5.1", "lua < 5.5" -} - -build = -{ - type = "builtin", - modules = - { - luaunit = "luaunit.lua" - }, - copy_directories = { "doc", "test" } -} -- cgit v1.1-26-g67d0