File: model_tests.t

package info (click to toggle)
libconfig-model-approx-perl 1.009-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 148 kB
  • ctags: 7
  • sloc: perl: 238; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- cperl -*-
use warnings;

use strict;

use Config::Model::Tester ;
use ExtUtils::testlib;

my $arg = shift || '';
my $test_only_model = shift || '';
my $do = shift ;

run_tests($arg, $test_only_model, $do) ;