NAME
Parrot::Harness::DefaultTests - Tests run by default by t/harness
DESCRIPTION
This file exports by default a single subroutine, get_default_tests()
, which is the list of tests run by t/harness by default.
Upon request, this package exports five arrays holding various sets of tests:
@runcore_tests
@core_tests
@configure_tests
@standard_tests
@developing_tests
In list context, get_default_tests()
returns the list of default tests. In scalar context it returns a reference to that list.