fix typo in conf file; add path to pars executable
[scpubgit/stemmaweb.git] / t / view_TSV.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5
6 BEGIN { use_ok 'stemmaweb::View::TSV' }
7
8 done_testing();