#! perl -w

use strict;
use Test::Harness qw(runtests);

my @tests = map { glob( "t/$_/*.t" ) } ( qw(op) );
runtests( @tests );
