DOKK / manpages / debian 12 / lintian / Test::Lintian::Run.3.en
Test::Lintian::Run(3) Debian Package Checker Test::Lintian::Run(3)

Test::Lintian::Run -- generic runner for all suites

  use Test::Lintian::Run qw(runner);
  my $runpath = "test working directory";
  runner($runpath);

Generic test runner for all Lintian test suites

Starts the generic test runner for the test located in RUN_PATH and logs the output.
This routine provides the basic structure for all runners and runs the test located in RUN_PATH.
This routine checks if the EXPECTED hints match the calibrated ACTUAL for the test described by DESC. For some additional checks, also need the ORIGINAL hints before calibration. Returns a list of errors, if there are any.

Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.

lintian(1)

2023-02-05 Lintian v2.116.3