qpsmtpd/t/plugin_tests.t

10 lines
130 B
Perl
Raw Normal View History

#!/usr/bin/perl -w
use strict;
use lib 't';
use Test::Qpsmtpd;
my $qp = Test::Qpsmtpd->new();
2014-11-04 21:49:15 +01:00
$qp->run_plugin_tests($ARGV[0]);