Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Run tests on windows
  • Loading branch information
azawawi committed Jun 3, 2016
1 parent b6eb1eb commit ab0cccd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions t/01-sanity.t
@@ -1,8 +1,12 @@

use v6;
use Test;
use GTK::Simple;

plan *;
my $g;
if %*ENV<DISPLAY> {

if %*ENV<DISPLAY> or $*DISTRO.is-win {
my $g;
lives-ok {$g = GTK::Simple::App.new}
lives-ok {GTK::Simple::Scheduler.new.cue: {$g.exit}}
lives-ok {$g.run}
Expand Down

0 comments on commit ab0cccd

Please sign in to comment.