| # Lists of the ptest in meta-perl, sorted into two sets by the time they take |
| # Please keep these sorted in alphabetical order |
| # A first pass at getting all meta-perl recipes which inherit ptest |
| # meta_perl_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-perl --inherits ptest --bare | tr '\n' ' ' | pcregrep -o1 '^NOTE:.+===(.+)$') |
| # ptests which take less than ~30s each |
| PTESTS_FAST_META_PERL = "\ |
| libcrypt-openssl-random-perl \ |
| libextutils-config-perl \ |
| libmodule-build-tiny-perl \ |
| libtest-nowarnings-perl \ |
| PTESTS_SLOW_META_PERL = "\ |
| PTESTS_PROBLEMS_META_PERL ="\ |
| libconfig-autoconf-perl \ |
| libcrypt-openssl-guess-perl \ |
| libcrypt-openssl-rsa-perl \ |
| libextutils-installpaths-perl \ |
| libunicode-linebreak-perl \ |