mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
4fd4aa0fbd
Signed-off-by: Marcel Denia <naoir@gmx.net>
16 lines
345 B
Plaintext
16 lines
345 B
Plaintext
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.
|
|
|
|
Note: Test support is still in development. Some tests
|
|
still fail, others are just missing completely.
|
|
|
|
endmenu
|