This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

23
package/kyua/Config.in Normal file
View File

@@ -0,0 +1,23 @@
config BR2_PACKAGE_KYUA
bool "kyua"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_PACKAGE_HAS_LUAINTERPRETER # lutok
depends on !BR2_PACKAGE_LUAJIT # lutok
depends on !BR2_STATIC_LIBS # lutok
depends on BR2_USE_MMU # atf
select BR2_PACKAGE_ATF
select BR2_PACKAGE_LUTOK
select BR2_PACKAGE_SQLITE
help
Kyua is a testing framework for infrastructure software,
originally designed to equip BSD-based operating systems
with a test suite. This means that Kyua is lightweight
and simple, and that Kyua integrates well with various build
systems and continuous integration frameworks.
https://github.com/jmmv/kyua
comment "kyua needs a toolchain w/ C++, dynamic library and full Lua"
depends on !BR2_INSTALL_LIBSTDCPP || BR2_PACKAGE_LUAJIT || BR2_STATIC_LIBS
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
depends on BR2_USE_MMU