diff options
| author | Gustavo Zacarias <gustavo.zacarias@free-electrons.com> | 2015-09-19 09:41:51 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-09-19 15:07:33 +0200 |
| commit | 9878cec4e49344a0520ecac02bd84e1a98e17c24 (patch) | |
| tree | b296ea470cd9c1e866087fbf80e402a829e56df4 /package/check/Config.in | |
| parent | 87f3edecc65975085982515f3618c81bcfd9c023 (diff) | |
| download | buildroot-9878cec4e49344a0520ecac02bd84e1a98e17c24.tar.gz buildroot-9878cec4e49344a0520ecac02bd84e1a98e17c24.zip | |
check: new package
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/check/Config.in')
| -rw-r--r-- | package/check/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/check/Config.in b/package/check/Config.in new file mode 100644 index 0000000000..04682e1481 --- /dev/null +++ b/package/check/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_CHECK + bool "check" + help + Check is a unit testing framework for C. + + http://check.sourceforge.net/ |

