open-plc-utils: new package
[buildroot-gz.git] / package / lunit / Config.in
blobd6c2c6b157624d65cfef427271c50c5f478d5c0d
1 config BR2_PACKAGE_LUNIT
2         bool "lunit"
3         depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
4         help
5           A unit testing framework for Lua.
7           http://www.mroth.net/lunit/
9 comment "lunit needs a Lua 5.1 interpreter"
10         depends on !BR2_PACKAGE_LUA_5_1
11         depends on !BR2_PACKAGE_LUAJIT