perl: Add basic test support

Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
Marcel Denia
2014-08-20 00:31:31 +02:00
parent 008585be94
commit 95058be605
4 changed files with 106 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
menu "Configuration"
depends on PACKAGE_perl
config PERL_TESTS
bool "Include perl tests"
default n
help
Include test suites for all perl packages.
This will make perl related packages much bigger, so
use with care.
endmenu