added some of uri's utility actions for build script
[urisagit/Stem.git] / t / event / wx.t
CommitLineData
4536f655 1use lib 't/event' ;
2
3unless ( eval { require Wx } ) {
4
5 print "1..0 # Skip WxWindows is not installed\n" ;
6 exit ;
7}
8
9@ARGV = 'wx' ;
10require 'event_test.pl' ;