NAME

Parrot::Harness::DefaultTests - Tests run by default by t/harness

DESCRIPTION

Upon request, this package exports four arrays holding glob patterns for directories holding test files:

@runcore_tests
@core_tests
@library_tests
@configure_tests

The package also exports one array holding a list of test files:

@developing_tests

The definition of these lists is found in lib/Parrot/Harness/TestSets.pm.

In addition, Parrot::Harness::DefaultTests exports by default one subroutine: get_common_tests(). In list context, get_common_tests() returns a list of shell-expandable paths to the most common tests. In scalar context it returns a reference to that list.