Matt S Trout > Rakudo-Star-2012.08_001 > Parrot::Harness::DefaultTests

Download:
Rakudo-Star-2012.08_001.tar.gz

Dependencies

Annotate this POD

Source  

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.

syntax highlighting: