lua-testmore: 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:
Francois Perrad 2014-02-24 08:34:52 +01:00 committed by Thomas Petazzoni
parent f21def8f63
commit 410ffd77f4
3 changed files with 20 additions and 0 deletions

View File

@ -380,6 +380,7 @@ source "package/lrandom/Config.in"
source "package/lua-cjson/Config.in"
source "package/lua-ev/Config.in"
source "package/lua-msgpack-native/Config.in"
source "package/lua-testmore/Config.in"
source "package/luasql-sqlite3/Config.in"
source "package/luabitop/Config.in"
source "package/luacrypto/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_LUA_TESTMORE
bool "lua-testmore"
help
an Unit Testing Framework.
http://fperrad.github.io/lua-TestMore/

View File

@ -0,0 +1,13 @@
################################################################################
#
# lua-testmore
#
################################################################################
LUA_TESTMORE_VERSION_UPSTREAM = 0.3.1
LUA_TESTMORE_VERSION = $(LUA_TESTMORE_VERSION_UPSTREAM)-1
LUA_TESTMORE_SUBDIR = lua-TestMore-$(LUA_TESTMORE_VERSION_UPSTREAM)
LUA_TESTMORE_LICENSE = MIT
LUA_TESTMORE_LICENSE_FILES = $(LUA_TESTMORE_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))