debug for button events - missed on last commit
[catagits/Reaction.git] / t / ui_window.t
CommitLineData
7adfd53f 1use lib 't/lib';
2use strict;
3use warnings;
4
5use Test::Class;
6use RTest::UI::Window;
7
8Test::Class->runtests(
9 RTest::UI::Window->new,
10);