From d5e4197aa249e74a8f4323d3d1e89a815a976b34 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 21 May 2015 20:42:18 -0700 Subject: [PATCH] fixup webp test --- test/unit/imaging/webp_io.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/unit/imaging/webp_io.cpp b/test/unit/imaging/webp_io.cpp index 38d5f7af2..6f580a42f 100644 --- a/test/unit/imaging/webp_io.cpp +++ b/test/unit/imaging/webp_io.cpp @@ -1,16 +1,12 @@ -#if defined(HAVE_TIFF) +#if defined(HAVE_WEBP) #include "catch.hpp" -#include #include -#include #include - #include - TEST_CASE("webp io") { SECTION("does not crash accessing view") { @@ -25,7 +21,6 @@ SECTION("does not crash accessing view") { save_as_webp(s,view,config,true); } - } #endif