File: corona.t

package info (click to toggle)
libcorona-perl 0.1004-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 216 kB
  • sloc: perl: 1,438; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use strict;
use Test::More;
use Plack::Test::Suite;

Plack::Test::Suite->run_server_tests('Corona');
done_testing();