File: coverage.sh

package info (click to toggle)
libsub-wrappackages-perl 2.02-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 292 kB
  • sloc: perl: 664; sh: 3; makefile: 2
file content (6 lines) | stat: -rwxr-xr-x 136 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
#!/bin/sh
# $Id: coverage.sh,v 1.1 2008/02/26 21:54:55 drhyde Exp $

cover -delete
HARNESS_PERL_SWITCHES=-MDevel::Cover make test
cover