citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 7364ea7864bfd2aa0c19b7daee4983a4d7678b80
parent f028fb7b122b35cb5a134a9b2a34772c3a863531
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Wed,  4 Jan 2017 22:30:09 -0800

t/check_: skip on win32

Diffstat:
Mt/check_baddir.t | 5++++-
Mt/check_empty.t | 5++++-
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/t/check_baddir.t b/t/check_baddir.t @@ -4,7 +4,10 @@ use strict; use warnings; use Test::Cmd; -use Test::More tests => 3; +use Test::More; + +plan skip_all => 'not impl on win32' if ($^O eq "MSWin32"); +plan tests => 3; my $output_good = "Summary: 0 Source files used as input diff --git a/t/check_empty.t b/t/check_empty.t @@ -4,7 +4,10 @@ use strict; use warnings; use Test::Cmd; -use Test::More tests => 3; +use Test::More; + +plan skip_all => 'not impl on win32' if ($^O eq "MSWin32"); +plan tests => 3; my $output_good = "Summary: 0 Source files used as input