board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / kyua / Config.in
blob4f887b0e0a247cf2e850d41f2f8b10f57ff5dae1
1 config BR2_PACKAGE_KYUA
2         bool "kyua"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_PACKAGE_HAS_LUAINTERPRETER # lutok
5         depends on !BR2_PACKAGE_LUAJIT # lutok
6         depends on BR2_USE_MMU # atf
7         select BR2_PACKAGE_ATF
8         select BR2_PACKAGE_LUTOK
9         select BR2_PACKAGE_SQLITE
10         help
11           Kyua is a testing framework for infrastructure software,
12           originally designed to equip BSD-based operating systems
13           with a test suite. This means that Kyua is lightweight
14           and simple, and that Kyua integrates well with various build
15           systems and continuous integration frameworks.
17           https://github.com/jmmv/kyua
19 comment "kyua needs a toolchain w/ C++ and full Lua"
20         depends on !BR2_INSTALL_LIBSTDCPP || BR2_PACKAGE_LUAJIT
21         depends on BR2_PACKAGE_HAS_LUAINTERPRETER
22         depends on BR2_USE_MMU