mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
added cpan tests
This commit is contained in:
parent
3c52be3284
commit
984a5a2539
7
t/00-load.t
Normal file
7
t/00-load.t
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/perl
|
||||||
|
|
||||||
|
use Test::More tests => 1;
|
||||||
|
use Test::Script::Run;
|
||||||
|
|
||||||
|
run_ok( 'feedGnuplot', ['--help'], 'feedGnuplot can run');
|
||||||
|
|
13
t/manifest.t
Normal file
13
t/manifest.t
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#!perl -T
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
use Test::More;
|
||||||
|
|
||||||
|
unless ( $ENV{RELEASE_TESTING} ) {
|
||||||
|
plan( skip_all => "Author tests not required for installation" );
|
||||||
|
}
|
||||||
|
|
||||||
|
eval "use Test::CheckManifest 0.9";
|
||||||
|
plan skip_all => "Test::CheckManifest 0.9 required" if $@;
|
||||||
|
ok_manifest();
|
Loading…
Reference in New Issue
Block a user