summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/misc/p5-Server-Starter/t/00-base.t
blob: 4e4dbb0a92e5fbb15006f49e93d9467c7ddc92a8 (plain)
1
2
3
4
5
6
7
8
use strict;
use warnings;

use Test::More tests => 1;

BEGIN {
    use_ok('Server::Starter');
}