mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-23 22:31:16 +08:00
removed load test, since the functional tests all supersede it
This allows me to drop the dependency on Test::Script::Run
This commit is contained in:
parent
f83d8db27a
commit
0f4fc69835
1
MANIFEST
1
MANIFEST
@ -1,7 +1,6 @@
|
|||||||
Makefile.PL
|
Makefile.PL
|
||||||
MANIFEST
|
MANIFEST
|
||||||
bin/feedgnuplot
|
bin/feedgnuplot
|
||||||
t/00-load.t
|
|
||||||
t/manifest.t
|
t/manifest.t
|
||||||
t/plots.t
|
t/plots.t
|
||||||
Changes
|
Changes
|
||||||
|
16
t/00-load.t
16
t/00-load.t
@ -1,16 +0,0 @@
|
|||||||
#!/usr/bin/perl
|
|
||||||
|
|
||||||
# require a threaded perl for my tests. This block lifted verbatim from the cpantesters wiki
|
|
||||||
BEGIN {
|
|
||||||
use Config;
|
|
||||||
if (! $Config{'useithreads'}) {
|
|
||||||
print("1..0 # Skip: Perl not compiled with 'useithreads'\n");
|
|
||||||
exit(0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
use Test::More tests => 1;
|
|
||||||
use Test::Script::Run;
|
|
||||||
|
|
||||||
run_ok( 'feedgnuplot', ['--help'], 'feedgnuplot can run');
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user