3bf1a7f48c
Rather than creating and ignoring a bunch of random files, create files in t/tmp, ignored in .gitignore and cleaned up with 'make clean'
10 lines
130 B
Perl
10 lines
130 B
Perl
#!/usr/bin/perl -w
|
|
use strict;
|
|
use lib 't';
|
|
use Test::Qpsmtpd;
|
|
|
|
my $qp = Test::Qpsmtpd->new();
|
|
|
|
$qp->run_plugin_tests($ARGV[0]);
|
|
|