aboutsummaryrefslogtreecommitdiffstats
path: root/t/ui_window.t
blob: 0fcd1e8a9008906d464dff9dbf99be4e6d3b8a18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
use lib 't/lib';
use strict;
use warnings;

use Test::Class;
use RTest::UI::Window;

Test::Class->runtests(
  RTest::UI::Window->new,
);