File: compat.t

package info (click to toggle)
libgeo-hash-xs-perl 0.00015-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: perl: 1,981; ansic: 55; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
7
8
9
use strict;
use Test::More;
use Test::Requires 'Geo::Hash';

while (<xt/compat/*.t>) {
    subtest $_ => sub { do $_ };
}

done_testing();