9224e436bb
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@313 958fd67b-6ff1-0310-b445-bb7760255be9
11 lines
123 B
Perl
11 lines
123 B
Perl
#!/usr/bin/perl -w
|
|
|
|
use strict;
|
|
use lib 't';
|
|
use Test::Qpsmtpd;
|
|
|
|
my $qp = Test::Qpsmtpd->new();
|
|
|
|
$qp->run_plugin_tests();
|
|
|