fixup webp test

This commit is contained in:
Dane Springmeyer 2015-05-21 20:42:18 -07:00
parent c2e94c68a5
commit d5e4197aa2

View file

@ -1,16 +1,12 @@
#if defined(HAVE_TIFF)
#if defined(HAVE_WEBP)
#include "catch.hpp"
#include <mapnik/image_reader.hpp>
#include <mapnik/image_util.hpp>
#include <mapnik/util/file_io.hpp>
#include <mapnik/image_view_any.hpp>
#include <mapnik/webp_io.hpp>
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