mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
8 lines
128 B
Perl
8 lines
128 B
Perl
![]() |
#!/usr/bin/perl
|
||
|
|
||
|
use Test::More tests => 1;
|
||
|
use Test::Script::Run;
|
||
|
|
||
|
run_ok( 'feedGnuplot', ['--help'], 'feedGnuplot can run');
|
||
|
|