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