2014-08-20 06:31:31 +08:00
|
|
|
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.
|
2014-11-03 02:32:37 +08:00
|
|
|
|
|
|
|
Note: Test support is still in development. Some tests
|
|
|
|
still fail, others are just missing completely.
|
2014-08-20 06:31:31 +08:00
|
|
|
|
|
|
|
endmenu
|