You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
345 B

  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