diff options
author | Francois Perrad <fperrad@gmail.com> | 2014-02-24 08:34:58 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-01 16:52:54 +0100 |
commit | fe465fb61f1298864534dcd3d675e4b25e0039fd (patch) | |
tree | 031bd6ea2803dd5b694458c5f27863653c931e20 /package/lunit/Config.in | |
parent | d05f5c983a0ccfac7a52f85054f1120db0281d65 (diff) | |
download | buildroot-fe465fb61f1298864534dcd3d675e4b25e0039fd.tar.gz buildroot-fe465fb61f1298864534dcd3d675e4b25e0039fd.zip |
lunit: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lunit/Config.in')
-rw-r--r-- | package/lunit/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/lunit/Config.in b/package/lunit/Config.in new file mode 100644 index 0000000000..b3620efe26 --- /dev/null +++ b/package/lunit/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_LUNIT + bool "lunit" + depends on !BR2_PACKAGE_LUA_5_2 + help + A unit testing framework for Lua. + + http://www.mroth.net/lunit/ + +comment "lunit needs a Lua 5.1 interpreter" + depends on BR2_PACKAGE_LUA_5_2 |