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