d77b3c5990b78e265b0eaa1f80990e27d3b82095
[urisagit/Stem.git] / t / event / wx.t
1 use lib 't/event' ;
2
3 unless ( eval { require Wx } ) {
4
5         print "1..0 # Skip WxWindows is not installed\n" ;
6         exit ;
7 }
8
9 @ARGV = 'wx' ;
10 require 'event_test.pl' ;