File: 00-check-deps.t

package info (click to toggle)
libmoosex-undeftolerant-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 232 kB
  • sloc: perl: 507; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
use Test::More 0.88;
use Test::CheckDeps;

check_dependencies();

if (1) {
    BAIL_OUT("Missing dependencies") if !Test::More->builder->is_passing;
}

done_testing;