mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
lunit: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d05f5c983a
commit
fe465fb61f
@ -396,6 +396,7 @@ source "package/lualogging/Config.in"
|
|||||||
source "package/luaposix/Config.in"
|
source "package/luaposix/Config.in"
|
||||||
source "package/luasec/Config.in"
|
source "package/luasec/Config.in"
|
||||||
source "package/luasocket/Config.in"
|
source "package/luasocket/Config.in"
|
||||||
|
source "package/lunit/Config.in"
|
||||||
source "package/lzlib/Config.in"
|
source "package/lzlib/Config.in"
|
||||||
source "package/orbit/Config.in"
|
source "package/orbit/Config.in"
|
||||||
source "package/rings/Config.in"
|
source "package/rings/Config.in"
|
||||||
|
10
package/lunit/Config.in
Normal file
10
package/lunit/Config.in
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
config BR2_PACKAGE_LUNIT
|
||||||
|
bool "lunit"
|
||||||
|
depends on !BR2_PACKAGE_LUA_5_2
|
||||||
|
help
|
||||||
|
A unit testing framework for Lua.
|
||||||
|
|
||||||
|
http://www.mroth.net/lunit/
|
||||||
|
|
||||||
|
comment "lunit needs a Lua 5.1 interpreter"
|
||||||
|
depends on BR2_PACKAGE_LUA_5_2
|
13
package/lunit/lunit.mk
Normal file
13
package/lunit/lunit.mk
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#############################################################
|
||||||
|
#
|
||||||
|
# lunit
|
||||||
|
#
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
LUNIT_VERSION_UPSTREAM = 0.5
|
||||||
|
LUNIT_VERSION = $(LUNIT_VERSION_UPSTREAM)-2
|
||||||
|
LUNIT_SUBDIR = lunit-$(LUNIT_VERSION_UPSTREAM)
|
||||||
|
LUNIT_LICENSE = MIT
|
||||||
|
LUNIT_LICENSE_FILES = $(LUNIT_SUBDIR)/LICENSE
|
||||||
|
|
||||||
|
$(eval $(luarocks-package))
|
Loading…
x
Reference in New Issue
Block a user