Add javascript
[gruntmaster-daemon.git] / t / 00-compile.t
CommitLineData
5c5cd38a
MG
1use v5.14;
2use strict;
3use warnings;
4
7aa03ec1
PT
5use FindBin;
6
5c5cd38a 7use Test::More tests => 1;
7aa03ec1
PT
8BEGIN {
9 $ENV{PATH} = "$FindBin::Bin/../blib/script:" . $ENV{PATH};
10 use_ok('Gruntmaster::Daemon')
11};
This page took 0.014277 seconds and 5 git commands to generate.