added cpan tests

This commit is contained in:
Dima Kogan
2011-01-23 19:57:23 -08:00
parent 3c52be3284
commit 984a5a2539
2 changed files with 20 additions and 0 deletions

7
t/00-load.t Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/perl
use Test::More tests => 1;
use Test::Script::Run;
run_ok( 'feedGnuplot', ['--help'], 'feedGnuplot can run');