citrun

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

commit 7410ff43f129cb04d4e0c9175e63e06be3e371b7
parent b9da118dd6af8f0500705261f003cf0ca4fb7178
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 15 Jan 2017 14:06:38 -0700

t: skip gl on most platforms for now

Diffstat:
Mt/gl_basic.t | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/t/gl_basic.t b/t/gl_basic.t @@ -4,9 +4,12 @@ # use strict; use warnings; + use File::Compare; use Imager; use t::utils; + +plan skip_all => 'glew + osmesa required'; plan tests => 6; my $dir = setup_projdir();