File: plugin_tests.t

package info (click to toggle)
qpsmtpd 0.84-9
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,376 kB
  • sloc: perl: 8,012; sh: 382; makefile: 61
file content (9 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl -w
use strict;
use lib 't';
use Test::Qpsmtpd;

my $qp = Test::Qpsmtpd->new();

$qp->run_plugin_tests();