Do not test unless $ENV{RUN_TESTS} is true
[gruntmaster-data.git] / t / Gruntmaster-Data.t
CommitLineData
1ce4e27c
MG
1#!/usr/bin/perl -w
2use v5.14;
bbf8209c 3
1ce4e27c
MG
4use Test::More;
5BEGIN {
6 plan skip_all => '$ENV{RUN_TESTS} is false, skipping tests' unless $ENV{RUN_TESTS};
7 plan tests => 1;
8}
bbf8209c 9
bbf8209c 10BEGIN { use_ok('Gruntmaster::Data') };
This page took 0.008909 seconds and 4 git commands to generate.