File: 00use.t

package info (click to toggle)
libcircle-fe-term-perl 0.240250-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 1,003; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/perl

use v5.26;
use warnings;

use Test::More;

use_ok( "Circle::FE::Term" );
use_ok( "Circle::FE::Term::Tab" );
use_ok( "Circle::FE::Term::Ribbon" );

use_ok( "Circle::FE::Term::Widget::Box" );
use_ok( "Circle::FE::Term::Widget::Scroller" );
use_ok( "Circle::FE::Term::Widget::Label" );
use_ok( "Circle::FE::Term::Widget::Entry" );


done_testing;