File: 11-cgi.t

package info (click to toggle)
libsoap-lite-perl 1.27-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,680 kB
  • sloc: perl: 8,908; makefile: 23; cs: 16
file content (13 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env perl

BEGIN {
  unless(grep /blib/, @INC) {
    chdir 't' if -d 't';
    unshift @INC, '../lib' if -d '../lib';
  }
}

use SOAP::Test;

SOAP::Test::Server::run_for(shift || 'http://localhost/cgi-bin/soap.cgi');