File: smoke-Driver-FastMmap.t

package info (click to toggle)
libchi-perl 0.61-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 696 kB
  • sloc: perl: 5,409; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!perl -w

BEGIN {
  unless ($ENV{AUTOMATED_TESTING}) {
    print qq{1..0 # SKIP these tests are for "smoke bot" testing\n};
    exit
  }
}

use CHI::t::Driver::FastMmap;
CHI::t::Driver::FastMmap->runtests;