2015-06-12 00:51:33 +02:00
|
|
|
config BR2_PACKAGE_KYUA
|
|
|
|
bool "kyua"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER # lutok
|
|
|
|
depends on !BR2_PACKAGE_LUAJIT # lutok
|
2017-05-05 21:08:26 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # lutok
|
2015-07-24 15:24:32 +02:00
|
|
|
depends on BR2_USE_MMU # atf
|
2015-06-12 00:51:33 +02:00
|
|
|
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
|
|
|
|
|
2017-05-05 21:08:26 +02:00
|
|
|
comment "kyua needs a toolchain w/ C++, dynamic library and full Lua"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_PACKAGE_LUAJIT || BR2_STATIC_LIBS
|
2015-06-12 00:51:33 +02:00
|
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
2015-07-24 15:24:32 +02:00
|
|
|
depends on BR2_USE_MMU
|