#!/usr/bin/perl -w
use strict;

use Test::Harness;
my @tests = @ARGV || ('./photomean.t', './pmosaic.t');
runtests(@tests);
