#! perl

# $Id: /mirror/trunk/compilers/nqp/bootstrap/t/harness 27038 2008-04-19T12:17:01.395027Z bernhard  $

use strict;
use warnings;

use FindBin;
use lib "$FindBin::Bin/../../../../lib";

use Parrot::Test::Harness
    language => 'nqp',
    exec     => [ '../../../parrot', 'nqp.pbc' ],
    files    => [ '../t/*.t' ];
