File: 1_simple.t

package info (click to toggle)
inline-octave 0.22-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 132 kB
  • ctags: 67
  • sloc: perl: 822; makefile: 44
file content (10 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
use strict;
use Test;
 
BEGIN {
           plan(tests => 1) ;
}

use Inline Octave => q{ };

ok(1);