NAME ^

t/harness - Parrot Test Harness

SYNOPSIS ^

    % perl t/harness [options] [testfiles]

DESCRIPTION ^

Command-line options are:

-w

Turn warnings on.

-g

Run the CGoto core.

-j

Run with JIT enabled.

-P

Run the Prederef core.

-C

Run the CGP core.

-S

Run Switched.

-b

Run bounds checking enabled.

-d

Run with debugging enabled.

-r

assemble to Parrot bytecode and then run the bytecode.

-O[012]

Run optimized to the specified level.

HISTORY ^

Mike Lambert stole t/harness for languages/perl6/t/harness.

Leo Toetsch stole languages/perl6/t/harness for imcc/t/harness.

Bernhard Schmalhofer merged imcc/t/harness back into t/harness.


parrot