aboutsummaryrefslogtreecommitdiffstats
path: root/t/view_TT.t
blob: 0adc9687f3e6758b9100c482eeec57abe3154912 (plain)
1
2
3
4
5
6
7
use strict;
use warnings;
use Test::More;

BEGIN { use_ok 'CatDap::View::TT' }

done_testing();