File: 00-check-deps.t

package info (click to toggle)
libmoosex-undeftolerant-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 252 kB
  • ctags: 22
  • sloc: perl: 487; makefile: 13
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;