No Description

Config.in 345B

123456789101112131415
  1. menu "Configuration"
  2. depends on PACKAGE_perl
  3. config PERL_TESTS
  4. bool "Include perl tests"
  5. default n
  6. help
  7. Include test suites for all perl packages.
  8. This will make perl related packages much bigger, so
  9. use with care.
  10. Note: Test support is still in development. Some tests
  11. still fail, others are just missing completely.
  12. endmenu